Switch UX/UI design tool from Penpot to Figma

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-04-17 11:40:15 +02:00
parent c4f0c7ad49
commit 2e629d55c5
4 changed files with 52 additions and 40 deletions
+2 -2
View File
@@ -131,7 +131,7 @@ Key functions:
- **JWT in `localStorage`** — XSS risk; migrate to `httpOnly` cookie when backend supports it
- **No toast / notification system** — errors shown inline; success is silent
- **No loading skeletons** — "Loading…" text only
- **No UI component library** — raw inline styles throughout; Penpot + shadcn/ui evaluation pending
- **No UI component library** — raw inline styles throughout; Figma + shadcn/ui evaluation pending
- **No group/sharing UI** — blocked on backend groups system
- **No app permission UI** — all apps visible to all authenticated users
@@ -139,7 +139,7 @@ Key functions:
## Future work
- [ ] UI component library decision (shadcn/ui recommended) + Penpot design system
- [ ] UI component library decision (shadcn/ui recommended) + Figma design system
- [ ] Toast notification system (upload success, save feedback, errors)
- [ ] Loading skeletons
- [ ] `POST /queue/jobs` integration — show AI processing queue status / progress per document