config moved to c++ plugin, removed old qml + fileview implementation

This commit is contained in:
2026-08-13 02:25:26 +02:00
parent c29b91cd26
commit 3cd3209b28
341 changed files with 4851 additions and 3502 deletions
+7 -6
View File
@@ -1,7 +1,8 @@
import qs.Components
import qs.Config
import ZShell.Config
import QtQuick
import QtQuick.Layouts
import qs.Services
Item {
id: root
@@ -13,13 +14,13 @@ Item {
id: layout
anchors.fill: parent
spacing: Appearance.spacing.small
spacing: Tokens.spacing.small
CustomRect {
Layout.fillHeight: true
Layout.fillWidth: true
color: DynamicColors.tPalette.m3surfaceContainerLow
radius: Appearance.rounding.smallest
color: Colors.tPalette.m3surfaceContainerLow
radius: Tokens.rounding.smallest
NotifDock {
props: root.props
@@ -29,8 +30,8 @@ Item {
CustomRect {
Layout.fillWidth: true
Layout.topMargin: Appearance.padding.normal - layout.spacing
color: DynamicColors.tPalette.m3outlineVariant
Layout.topMargin: Tokens.padding.normal - layout.spacing
color: Colors.tPalette.m3outlineVariant
implicitHeight: 1
}
}