managarten/apps/contacts/apps/web
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
..
src ♻️ refactor(todo,contacts): remove sidebar mode from PillNavigation 2026-02-02 19:16:56 +01:00
Dockerfile 🔧 chore: add shared-stores and shared-api-client to web apps 2026-01-30 18:27:04 +01:00
eslint.config.js improve code quality 2025-12-03 23:42:37 +01:00
package.json 🔧 chore: add shared-vite-config as devDependency to web apps 2026-01-30 18:15:36 +01:00
svelte.config.js fix(contacts-web): use adapter-node for Docker deployment 2026-01-23 14:32:16 +01:00
tsconfig.json feat(contacts): add complete contacts app with backend, web, and landing 2025-12-02 13:17:42 +01:00
vite.config.ts 🐛 fix(web-apps): fix Vite type compatibility and Svelte 5 store issues 2026-02-01 04:00:29 +01:00