managarten/packages/shared-ui/src/settings
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
..
GlobalSettingsSection.svelte chore: various UI improvements and fixes 2025-12-10 20:05:02 +01:00
index.ts feat(command-bar): match priority highlight colors to UI 2025-12-10 15:06:22 +01:00
NavVisibilitySettings.svelte fix(shared-ui): fix reactivity in NavVisibilitySettings 2025-12-10 20:43:14 +01:00
SettingsCard.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsDangerButton.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsDangerZone.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsNumberInput.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsPage.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsRow.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsSection.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsSelect.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsTimeInput.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsToggle.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00