Light/dark selection in user profile, if set this is preferred on the whole system, together with app overrides (the first one on the URL wins).

This commit is contained in:
2026-01-30 23:31:06 +00:00
parent cc55474e62
commit 1800dc12ae
12 changed files with 111 additions and 76 deletions
+3
View File
@@ -1,3 +1,6 @@
import { initThemeFromCache } from '@/utils/theme'
initThemeFromCache()
import '@/assets/style.css'
import { createApp } from 'vue'