added panels page
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 9s
Python / lint-format (pull_request) Successful in 28s
Python / test (pull_request) Successful in 28s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m6s

This commit is contained in:
2026-06-23 23:06:30 +02:00
parent 6a80961b2b
commit 5c6882d2a8
14 changed files with 433 additions and 8 deletions
+26 -1
View File
@@ -9,6 +9,7 @@ import qs.Modules.SettingsNew.Pages
import qs.Modules.SettingsNew.Pages.Wallpaper
import qs.Modules.SettingsNew.Pages.Audio
import qs.Modules.SettingsNew.Pages.Apps
import qs.Modules.SettingsNew.Pages.Panels
QtObject {
id: root
@@ -65,7 +66,31 @@ QtObject {
// Shell
Component {
PlaceholderComp {
StackPage {
Component {
PanelsPage {
}
}
Component {
DashboardPanel {
}
}
Component {
BarPanel {
}
}
Component {
LauncherPanel {
}
}
Component {
SidebarPanel {
}
}
}
},
Component {