mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 04:26:43 +02:00
feat(manacore/web): wire TagField, FavoriteButton, ColorPicker into module UIs
Add shared TagField component (ID-based wrapper for TagSelector). Wire TagField into: calendar EventForm, times EntryForm, cards CreateDeckModal, contacts detail page. Wire FavoriteButton into contacts list (replaces inline Star toggle). Add ColorPicker to cards CreateDeckModal for deck color selection. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
39af8f8480
commit
7ba82472b2
81 changed files with 10403 additions and 600 deletions
|
|
@ -36,6 +36,7 @@
|
|||
"dev:manacore:mobile": "pnpm --filter @manacore/mobile dev",
|
||||
"dev:manacore:app": "pnpm --filter @manacore/web dev",
|
||||
"dev:manacore:full": "concurrently -n web,servers -c cyan,yellow \"pnpm dev:manacore:web\" \"pnpm dev:manacore:servers\"",
|
||||
"dev:manacore:all": "pnpm docker:up && pnpm setup:db && pnpm dev:manacore:full",
|
||||
"dev:cards:web": "pnpm --filter @cards/web dev",
|
||||
"dev:cards:landing": "pnpm --filter @cards/landing dev",
|
||||
"dev:cards:mobile": "pnpm --filter @cards/mobile dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue