Add shadcn/ui + Tailwind CSS to stack; update STATUS.md and changelog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-04-17 12:18:44 +02:00
parent 09555f3470
commit 9e2e4ec338
3 changed files with 16 additions and 2 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; Figma + shadcn/ui evaluation pending
- **No UI component library** — raw inline styles throughout; shadcn/ui + Tailwind CSS adoption in progress
- **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) + Figma design system
- [x] UI component library: shadcn/ui + Tailwind CSS confirmed
- [ ] Toast notification system (upload success, save feedback, errors)
- [ ] Loading skeletons
- [ ] `POST /queue/jobs` integration — show AI processing queue status / progress per document