move identity feature to request area

This commit is contained in:
yggverse 2025-01-29 15:13:35 +02:00
parent 78957ff85b
commit 2dc6154d54
32 changed files with 59 additions and 84 deletions

View file

@ -47,7 +47,7 @@ impl Page {
(position, is_pinned, is_selected, is_needs_attention): (Position, bool, bool, bool),
) -> Self {
// Init components
let content = Rc::new(Content::build((window_action, item_action)));
let content = Rc::new(Content::build((window_action, tab_action, item_action)));
let search = Rc::new(Search::new());
let navigation = Rc::new(Navigation::build(
profile,