feat(ui): Tamagui design system package #17
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!17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ui-package"
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
@mrrmlab/uias a source-only workspace package consumed directly by Vite (web) and Metro (mobile)@tamagui/config/v3withmrrmlab_light/mrrmlab_darkbrand themes via module augmentationUiProviderplus first cross-platform primitives:Screen(YStack container) andListItem(Checkbox + Label row)Notes
tsconfig.jsonsetsdeclaration: false— the package is source-only, so declaration emit would just trip over pnpm-internal paths in Tamagui type inference (TS2742)ListItemuses a TamaguiTextglyph for the checkmark instead of<svg>so it renders identically on web and React Nativereact-nativeis an optional peer dependency — apps without RN (e.g. the web app) can skip itTest plan
pnpm --filter @mrrmlab/ui typecheckpassespnpm -r typecheckpasses (whole workspace still clean)Closes #9