search: improve search column header

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-02-22 20:01:23 -08:00
parent f7c1a39bc1
commit d19e4b1d2b
4 changed files with 11 additions and 5 deletions

View File

@@ -434,9 +434,14 @@ impl<'a> NavTitle<'a> {
// no pfp for threads
}
TimelineKind::Search(_sq) => {
// TODO: show author pfp if author field set?
ui.add(ui::side_panel::search_button());
}
TimelineKind::Universe
| TimelineKind::Algo(_)
| TimelineKind::Search(_)
| TimelineKind::Notifications(_)
| TimelineKind::Generic(_)
| TimelineKind::List(_) => {