mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
28eca2e53f
* chore: add Pagination component, add new test, and update other pagination tests * fix: add back temp spacing for WorkspacesPageView * chore: update AuditPage to use Pagination * chore: update UsersPage to use Pagination * refactor: move parts of Pagination into WorkspacesPageView * fix: handle empty states for pagination labels better * docs: rewrite comment for clarity * refactor: rename components/properties for clarity * fix: rename component files for clarity * chore: add story for PaginationContainer * chore: rename story for clarity * fix: handle undefined case better * fix: update imports for PaginationContainer mocks * fix: update story values for clarity * fix: update scroll logic to go to the bottom instead of the top * fix: update mock setup for test * fix: update stories * fix: remove scrolling functionality * fix: remove deprecated property * refactor: rename prop * fix: remove debounce flake