managarten/packages/shared-ui
Till-JS a86b907049 fix(shared-ui): fix reactivity in NavVisibilitySettings
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>
2025-12-10 20:43:14 +01:00
..
src fix(shared-ui): fix reactivity in NavVisibilitySettings 2025-12-10 20:43:14 +01:00
package.json feat(shared-ui): add unified statistics components with theme support 2025-12-10 14:52:29 +01:00
tsconfig.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00