[Feature] Nativer Datumspicker im Web für Einkaufslisten-Datum #523
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#523
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Ziel
Das Datumsfeld beim Anlegen einer Einkaufsliste (
ListsOverviewScreen) nutzt auf Web einen echten Datumspicker statt eines Freitext-Felds mitYYYY-MM-DD-Format.Umsetzung
packages/feature-lists/src/components/lists-overview-screen.tsx— beiPlatform.OS === 'web'(aufgelöst überreact-native-web, von Tamagui's Vite-Plugin transparent aliast) rendert ein natives HTML<input type="date">statt des Tamagui-Input, eingefärbt überuseTheme(). Mobile bleibt unverändert beim Text-Input.Bekannte Einschränkung
Mobile hat noch keinen echten Picker — dafür bräuchte es ein natives Modul (z.B.
@react-native-community/datetimepicker) und einen neuen EAS-Dev-Client-Build. Bewusst nicht Teil dieses Issues.