managarten/apps/contacts/apps
Till-JS bf0e788cba ♻️ refactor(todo,contacts): remove sidebar mode from PillNavigation
Simplify navigation by removing unused sidebar mode from both apps:

Todo App:
- Remove isSidebarMode state, handlers, and localStorage persistence
- Remove sidebar-related CSS classes and styles
- Simplify TodoToolbar to pure wrapper component

Contacts App:
- Remove isSidebarMode state, handlers, and localStorage persistence
- Remove sidebar-related CSS from ContactsToolbar and ContactAlphabetView
- Always show view-mode-pill (no longer conditional on sidebar mode)

This removes ~250 lines of unused code across 5 files.
2026-02-02 19:16:56 +01:00
..
backend 🐛 fix: resolve tsconfig issues across all NestJS backends 2026-02-01 03:47:17 +01:00
web ♻️ refactor(todo,contacts): remove sidebar mode from PillNavigation 2026-02-02 19:16:56 +01:00