ui: add SearchView and SearchQueryState

Introduce a new view for searching for notes.

Fixes: https://linear.app/damus/issue/DECK-510/initial-search-query-view
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-07 10:53:40 -08:00
parent 5fde3277a1
commit 9edc9bf4a5
4 changed files with 285 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ pub mod note;
pub mod preview;
pub mod profile;
pub mod relay;
pub mod search;
pub mod search_results;
pub mod side_panel;
pub mod support;