feat: polish UI, fix top inset, and add check-up correctness stats
All checks were successful
Luggage List Build / build-web (push) Successful in 38s
Luggage List Build / build-android (push) Successful in 6m16s
Luggage List Build / release (push) Successful in 14s

This commit is contained in:
2026-04-18 13:23:19 +02:00
parent 30ee53fe75
commit f34ffe39c0
6 changed files with 103 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ Minimal local-first luggage management app built with Expo.
## Current Features (V2)
- No auth, no server, local storage only (AsyncStorage)
- Trips with name, location, dates, optional image from gallery
- Trips with name, location, calendar date picker, optional image from gallery
- Active trip auto-select on first load, with manual trip switching anytime via global trip picker
- Default trip template (copied into new trip, not linked)
- Luggage items with:
@@ -14,10 +14,10 @@ Minimal local-first luggage management app built with Expo.
- placement: suitcase, backpack, with-user, other
- optional image from gallery
- Item create/edit via modal
- Check-up flow as yes/no checklist:
- Check-up flow as yes/no checklist with live stats (correct/bad/pending):
- “No” opens update modal
- fixes can be check-up-only or optionally synced to trip item list
- Check-up history per trip with saved snapshots
- Check-up history per selected trip with saved snapshots + stats
## Notes