further rewrites, interface fixes, added temporary icon

This commit is contained in:
2025-12-03 21:43:30 +01:00
parent f8a10249bb
commit 0692210142
30 changed files with 1398 additions and 176 deletions

View File

@@ -9,6 +9,7 @@ template $GnomeframeWindow: Adw.ApplicationWindow {
content:
// Scaffolding
Adw.ToolbarView {
bottom-bar-style: raised;
// Header bar
[top]
Adw.HeaderBar {
@@ -22,6 +23,7 @@ template $GnomeframeWindow: Adw.ApplicationWindow {
icon-name: "open-menu-symbolic";
menu-model: primary_menu;
tooltip-text: _("Main Menu");
has-tooltip: true;
primary: true;
}
title-widget:
@@ -36,8 +38,13 @@ template $GnomeframeWindow: Adw.ApplicationWindow {
};
[bottom]
Adw.ViewSwitcherBar switcher_bar {
stack: viewstack;
ActionBar {
[center]
Button btn_reset_profile {
label: _("Reset");
tooltip-text: _("Reset Profile");
has-tooltip: true;
}
}
};
}