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