Commit 08b46dc
feat(ui): move pagination to top of nodes table (#4605)
## Summary
- Move the data table pagination controls from the bottom to the top of
the nodes table on the Control Panel
- On small screens (`mdAndDown`), the toolbar row centers all items
horizontally and vertically for better mobile UX
- Spacer between action buttons and pagination is hidden on small
screens so items wrap naturally
Fixes #3603
Supersedes #4488
## Test plan
- [ ] Open Control Panel with multiple pages of nodes
- [ ] Verify pagination controls appear at the top of the table
- [ ] Resize browser below `md` breakpoint and verify toolbar items
center properly
- [ ] Verify page navigation works correctly from the top controls
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1e66ea6 commit 08b46dc
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
109 | 117 | | |
110 | 118 | | |
111 | 119 | | |
| |||
0 commit comments