Page MenuHomeDevCentral

Add dark mode toggle button
Open, NormalPublic

Description

Dark mode is configured (darkMode: 'class' in tailwind.config.js) but there's no toggle — it only follows system preference. Add a sun/moon button in AppNavbar.vue that toggles the dark class on <html> and persists the choice in localStorage. Create a composables/useDarkMode.js composable.

Event Timeline

ieli triaged this task as Normal priority.Mon, Feb 16, 15:50
ieli created this task.