[PR #40] [MERGED] feat: add search dialog for quick navigation #40

Closed
opened 2026-09-04 00:49:49 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/40
Author: @Stone-Red-Code
Created: 2/26/2026
Status: Merged
Merged: 4/20/2026
Merged by: @HueByte

Base: devHead: dev_search_dialog


📝 Commits (4)

  • fb97c70 feat: search dialog to navigate app
  • 69eacb7 chore: mark search bar/modal as completed in the todo list
  • 0426978 chore: add command palette with Ctrl+K for quick navigation and actions to changelog
  • 990312c refactor: move search dialog handling to AppOrchestrator

📊 Changes

6 files changed (+312 additions, -3 deletions)

View changed files

📝 docs/changelog/v0.2.10.md (+9 -1)
📝 docs/todo.md (+1 -1)
📝 src/EchoHub.Client/AppOrchestrator.cs (+33 -0)
src/EchoHub.Client/UI/Dialogs/SearchDialog.cs (+160 -0)
src/EchoHub.Client/UI/ListSources/SearchListSource.cs (+87 -0)
📝 src/EchoHub.Client/UI/MainWindow.cs (+22 -1)

📄 Description

Summary

Add search dialog for quick navigation.
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/40 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 2/26/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_search_dialog` --- ### 📝 Commits (4) - [`fb97c70`](https://github.com/RedWizardsLab/EchoHub/commit/fb97c7048592ecbecc57686602593467c2cd0cbf) feat: search dialog to navigate app - [`69eacb7`](https://github.com/RedWizardsLab/EchoHub/commit/69eacb7a7de34ac1f36032d5e2f93354ec9c5a72) chore: mark search bar/modal as completed in the todo list - [`0426978`](https://github.com/RedWizardsLab/EchoHub/commit/0426978b45283c0a798d2e49e0a23c24b4f88122) chore: add command palette with Ctrl+K for quick navigation and actions to changelog - [`990312c`](https://github.com/RedWizardsLab/EchoHub/commit/990312ca40837b3f8fe7a1c2d2020c01e457f71e) refactor: move search dialog handling to AppOrchestrator ### 📊 Changes **6 files changed** (+312 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/changelog/v0.2.10.md` (+9 -1) 📝 `docs/todo.md` (+1 -1) 📝 `src/EchoHub.Client/AppOrchestrator.cs` (+33 -0) ➕ `src/EchoHub.Client/UI/Dialogs/SearchDialog.cs` (+160 -0) ➕ `src/EchoHub.Client/UI/ListSources/SearchListSource.cs` (+87 -0) 📝 `src/EchoHub.Client/UI/MainWindow.cs` (+22 -1) </details> ### 📄 Description # Summary Add search dialog for quick navigation. <img width="1374" height="717" alt="image" src="https://github.com/user-attachments/assets/f4237d40-9d3a-4c27-870c-7634165fd327" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:49 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#40