V13-FE-005: Complete KBX v60 frontend components, T01-T12 screen recipes, and WBS progress tracker

This commit is contained in:
2026-08-15 19:48:38 +09:00
parent e0460e000d
commit 938ec1842a
31 changed files with 1783 additions and 818 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const useLayoutStore = defineStore('layout', () => {
// Theme
const isDarkMode = ref(
localStorage.getItem('theme') === 'dark' ||
window.matchMedia('(prefers-color-scheme: dark)').matches
(typeof window !== 'undefined' && typeof window.matchMedia === 'function' && window.matchMedia('(prefers-color-scheme: dark)').matches)
)
// Save sidebar state