Commit 45a1416
authored
feat(ui): migrates to daisyUI + Kobalte with visual/UX improvements (#15)
* feat(actions): redesigns to workflow summary cards with failure emphasis
* feat(shared): adds SortDropdown component for toolbar sort controls
* feat(dashboard): constrains content area to max-w-6xl for readability
* feat(issues): collapse-with-summary repo groups and sort dropdown
* feat(pull-requests): collapse-with-summary repo groups and sort dropdown
* fix(dashboard): address review findings for a11y and consistency
* fix(dashboard): removes double px-4 padding and aligns ActionsTab summary
* style: adds dark-mode scrollbar colors
* fix(layout): cleanup padding and alignment
* feat(ui): installs daisyUI and Kobalte, configures theme infrastructure
* feat(settings): refactors settings page with daisyUI, theme picker, and extracted components
* feat(layout): migrate header, tabs, filter bar to daisyUI
* feat(shared): migrates display components to daisyUI styling
* feat(onboarding): migrate onboarding and login pages to daisyUI
* feat(shared): migrates interactive components to Kobalte Select and daisyUI
* feat(notifications): migrate toast and drawer to Kobalte and corvu
* feat(dashboard): migrates row components and popover to daisyUI and Kobalte
* feat(dashboard): migrates dashboard pages and tabs to daisyUI tokens
* chore(ui): removes legacy dark mode system and unused components
* fix(ui): addresses review findings for semantic color consistency
* fix(ui): improves daisyUI visual integration with proper component styling
* fix(ui): adds visual depth with shadows and borders
* fix(test): updates Header rate limit tests for daisyUI class tokens
* refactor(ui): moves rate limit from header to footer
* feat(theme): adds auto system detection, reorders theme picker
* refactor(ui): moves rate limit to footer with daisyUI tooltip
* fix(e2e): updates tests for Kobalte Tabs and ThemePicker buttons
* fix(settings): links org access to authorized apps page
* feat(ui): adds slow pulse animation for in-progress status dot
* feat(ui): adds merge conflict detection and visible badge
* feat(ui): shows conflict badge in collapsed repo summary
* feat(ui): links status dot to checks tab, +/- to files tab
* fix: maps all mergeStateStatus values, restores per-app org URL
* feat(dashboard): auto-syncs orgs on dashboard load
* feat(dashboard): auto-discovers repos for newly synced orgs
* fix(dashboard): auto-syncs orgs only, not repos
* fix(api): stops mapping BLOCKED mergeStateStatus as conflict
* chore: adds debug logging to notification dispatch1 parent ef6ecf8 commit 45a1416
File tree
66 files changed
+3067
-1626
lines changed- e2e
- src/app
- components
- dashboard
- layout
- onboarding
- settings
- lib
- pages
- services
- stores
- tests
- components
- layout
- settings
- lib
- stores
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+3067
-1626
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
| 137 | + | |
| 138 | + | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
153 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments