implement separated dialogs for the Bookmarks and History menu items

This commit is contained in:
yggverse 2025-07-25 15:52:14 +03:00
parent e548efc93f
commit ebb38008e1
14 changed files with 378 additions and 171 deletions

View file

@ -1,4 +1,4 @@
mod action;
pub mod action;
mod database;
mod header;
pub mod tab;
@ -119,7 +119,6 @@ impl Window {
let g_box = Box::builder().orientation(Orientation::Vertical).build();
g_box.append(&ToolbarView::header(
(browser_action, &action),
profile,
&tab.tab_view,
));
g_box.append(&tab.tab_view);