Commit 8e10afc
authored
Improve: UI/UX details in template builds (#201)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Polishes the builds table UI by updating the loading indicator,
adjusting alignment, and improving responsive overflow and column
sizing.
>
> - **UI/UX tweaks for builds table**
> - `LoadMoreButton`: switches to "Loading" with `Loader
variant="dots"`, uses `inline-flex` with tighter spacing.
> - `Reason`: removes `prose-table` from `className` to simplify
styling.
> - **Responsive/layout adjustments**:
> - Scroll container `overflow-x-hidden` moves from `md` to `lg`.
> - Last `col` gains `max-lg:min-w-[500px]` to ensure readable width on
smaller screens.
> - "Back to top" and "Load more" rows are `text-center` on large
screens and `max-lg:text-start` on smaller screens.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
f8d5fa6. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 1af3013 commit 8e10afc
File tree
2 files changed
+8
-8
lines changed- src/features/dashboard/templates/builds
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments