mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
move identity feature to request area
This commit is contained in:
parent
78957ff85b
commit
2dc6154d54
32 changed files with 59 additions and 84 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue