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: dev ← Head: dev_search_dialog
dev
dev_search_dialog
fb97c70
69eacb7
0426978
990312c
6 files changed (+312 additions, -3 deletions)
📝 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)
docs/changelog/v0.2.10.md
docs/todo.md
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/UI/Dialogs/SearchDialog.cs
src/EchoHub.Client/UI/ListSources/SearchListSource.cs
src/EchoHub.Client/UI/MainWindow.cs
Add search dialog for quick navigation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
dev← Head:dev_search_dialog📝 Commits (4)
fb97c70feat: search dialog to navigate app69eacb7chore: mark search bar/modal as completed in the todo list0426978chore: add command palette with Ctrl+K for quick navigation and actions to changelog990312crefactor: 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.

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