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.
Description
Description