No description
Find a file
Christopher Mühl 1ffdb937ce feat: all route pages — dashboard, scan, items, locations, labels, settings
- Dashboard with stats grid, checked-out/low-stock/recent items
- Scan route with check-in/out flow
- Items list with search, filters (category/type/custody), sorting
- Item detail with full metadata, check-in/out, edit, delete
- New item form wired to inventory store
- Locations browser with tree view and items-at-location
- Labels page with batch generation and PDF download
- Settings page with DB stats
- Fixed Svelte 5 event modifier syntax (no pipe modifiers)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 16:22:19 +01:00
.claude/agents chore: add vitest infrastructure and agent definitions 2026-02-26 15:22:19 +01:00
src feat: all route pages — dashboard, scan, items, locations, labels, settings 2026-02-26 16:22:19 +01:00
static chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
.gitignore chore: add vitest infrastructure and agent definitions 2026-02-26 15:22:19 +01:00
ADDENDUM_V2.md chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
bun.lock chore: add vitest infrastructure and agent definitions 2026-02-26 15:22:19 +01:00
capacitor.config.ts chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
CLAUDE.md chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
package.json chore: add vitest infrastructure and agent definitions 2026-02-26 15:22:19 +01:00
PROJECT_SPECIFICATION.md chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
RESEARCH_SUMMARY.md chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
solidhaus.ttl chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
svelte.config.js chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
tsconfig.json chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
vite.config.ts chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
vitest.config.ts feat: UI components — ItemCard, ItemForm, LocationTree, LocationPicker 2026-02-26 15:36:56 +01:00