feat(#112): Einkaufen-Modus — distraction-free shopping UI (Part 2) #340
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/112-einkaufen-modus"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
checked. Erledigte Items rutschen nach unten (grau, durchgestrichen, sortiert nachupdatedAtdesc)./lists/$listId/einkaufen, Mobile-Routeapp/lists/[listId]/einkaufen.tsx.Was nicht enthalten ist (Follow-ups)
expo-keep-awakein diesem Slice, web Wake Lock API ebenfalls deferred — bewusst, um die Abhängigkeitsfläche dieses Slices klein zu halten).TDD
sortForShoppingModeextrahiert und mit 5 Vitest-Cases (red → green) abgedeckt: checked-to-bottom, unchecked nach position asc, checked nach updatedAt desc, missing oben unter unchecked, no-mutate.Test plan
/lists/<id>/einkaufenrendert ShoppingModeScreen.router.push(...einkaufen)/router.back().Closes #112 (Part 2).
🤖 Generated with Claude Code
Dedicated full-screen mode for use while actually shopping: large tap-targets, tap-to-toggle, no edit/add UI. Checked items move to bottom and gray out, missing items float to the top of unchecked items. - New `ShoppingModeScreen` + pure `sortForShoppingMode` helper in feature-shopping-list - Entry button "🛒 Einkaufen-Modus" on `ShoppingListScreen` (shown when list has items) - Web route `/lists/$listId/einkaufen`; mobile route `app/lists/[listId]/einkaufen.tsx` - Wake-lock and category grouping deferred to follow-up Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>