mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 03:19:40 +02:00
The navigation visibility toggles in settings were not updating the UI reactively when toggled. This was because isRouteHidden() was a regular function that wasn't tracked by Svelte's reactivity system. Changed to use a $derived variable that directly accesses userSettings.nav.hiddenNavItems, which ensures the component re-renders when the settings change. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||