fix(elements/applauncher): add eco app launcher components, wifi/sound/battery menus, demos and new eco-screensaver; replace dees-screensaver (breaking API change)

This commit is contained in:
2026-01-06 09:11:35 +00:00
parent ad28073751
commit 9d07d4ca88
32 changed files with 2424 additions and 43 deletions

View File

@@ -46,5 +46,5 @@ export function getZIndex(category: keyof typeof zIndexLayers, subcategory?: str
// Z-index assignments for components
export const componentZIndex = {
'dees-screensaver': zIndexLayers.overlay.screensaver,
'eco-screensaver': zIndexLayers.overlay.screensaver,
} as const;