mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 08:29:40 +02:00
UnifiedBar (633→559 LOC): - Remove 3 duplicate DateStrip blocks (4→1) and 1 duplicate TagStrip block (2→1) - Remove deprecated createEventDispatcher (Svelte 4→5) - Remove unused component imports (DateStrip, TagStrip, CalendarToolbar, DateStripFab) ViewCarousel (402→162 LOC, -60%): - Extract all gesture handling (touch, wheel, velocity, snap, animation, chain navigation) into useSwipeNavigation composable (260 LOC) - ViewCarousel now only handles layout, date calculation, and view rendering - Composable is reusable for any carousel/swipe navigation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| src | ||
| Dockerfile | ||
| eslint.config.js | ||
| package.json | ||
| playwright.config.ts | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||