This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Commit b730c4a
authored
fix: implement server side pagination in frontend (#368)
* feat: initial work on server-side pagination
* chore: tidy ups
* feat: fix failing tests
* continue work on pagination integration
* finalise integration for server-side pagination
* fix nits from review
* fix: loading state continues to be shown when switching workspace when page number is > 1
* chore: remove junk console log
* tidy ups
* tidy up
* fix ts-expect-error garbage1 parent 583279e commit b730c4a
File tree
52 files changed
+2037
-1464
lines changed- src
- api
- generated
- @tanstack
- components
- features
- dashboard-alerts
- components
- __tests__
- hooks
- dashboard-messages
- components
- __tests__
- hooks
- lib
- workspace/lib
- hooks
- lib
- mocks/msw
- mockers
- routes
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+2037
-1464
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
238 | 241 | | |
239 | 242 | | |
240 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
241 | 251 | | |
242 | 252 | | |
0 commit comments