Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D3989
Change Details
Change Details
Old
New
Diff
This adds a sun/moon button in AppNavbar.vue that toggles the dark class on <html> and persists the choice in localStorage. New files: - composables/useDarkMode.js: toggle logic, localStorage persistence, system preference fallback - components/__tests__/useDarkMode.test.js: 5 tests covering toggle, persistence, and class manipulation
Ref T2246 This adds a sun/moon button in AppNavbar.vue that toggles the dark class on <html> and persists the choice in localStorage. New files: - composables/useDarkMode.js: toggle logic, localStorage persistence, system preference fallback - components/__tests__/useDarkMode.test.js: 5 tests covering toggle, persistence, and class manipulation
Ref T2246
This adds a sun/moon button in AppNavbar.vue that toggles the dark class on <html> and persists the choice in localStorage. New files: - composables/useDarkMode.js: toggle logic, localStorage persistence, system preference fallback - components/__tests__/useDarkMode.test.js: 5 tests covering toggle, persistence, and class manipulation
Continue