4812a3c Show on GitHub
- Author: Alisa
- Date: 11/26/2025, 10:50:19 PM
- Message: feat(navbar): add JS-driven toggles for language and sidepanel Introduce isLangOpen / isSidepanelOpen state and use Svelte event handlers to control the language menu and sidepanel. Replace implicit checkbox behavior with explicit aria-expanded attributes and a window click handler to close open menus. refs: #176
- Stats: 25 total changes (+21 / -4)
Changed Files
src/lib/components/NavBar.svelte— +21 / -4 (25 changes)