Commit e6476aa
committed
feat(desktop): redesign UI with Tailwind + shadcn-style components
Total UI overhaul.
- Light theme using a custom Tailwind palette (HSL tokens, Stripe-ish look)
- Custom-built shadcn-style components: Button, Input, Label, Card, Tabs,
Checkbox, Select, Progress (Radix primitives + cva variants)
- lucide-react icons throughout
- Top header with file context and primary action
- Empty state card on cold start
- Operation tabs render inside Card with title/description
- ConditionRow + FilePicker reusable form pieces; tighter form-field labels
- Result banners (success/error) replace inline divs
- DataTable with sticky header, row hover, monospace cells, scroll cap
- Docked progress bar uses real Radix Progress
Drops App.css entirely; adds tailwind.config.js, postcss.config.js, lib/utils.ts,
@/* path alias, and ~9 component files.1 parent fbfeb90 commit e6476aa
20 files changed
Lines changed: 2850 additions & 798 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | | - | |
| 22 | + | |
| 23 | + | |
14 | 24 | | |
15 | 25 | | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
22 | | - | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
This file was deleted.
0 commit comments