-
Notifications
You must be signed in to change notification settings - Fork 894
feat: paginating Users page #4792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
32263f5
Extract PageButton
presleyp 5837c28
Fix import
presleyp a1303b0
Extract utils
presleyp ea12615
Format
presleyp 74666ee
Separate pagination - wip
presleyp 40f65ca
Spawn pagination machine - buggy filter
presleyp eef229e
Make labels optional
presleyp 36ba04d
Layout, fix send reset bug
presleyp d99f149
Format
presleyp e4247fe
Fix refresh data bug
presleyp 52b17f2
Remove debugging line
presleyp c4098f6
Fix url updates
presleyp b7edc7a
Update Audit Page
presleyp 35b0cd3
Simplify pagination widget
presleyp ba3783b
Fix workspaces story
presleyp e92cbbf
Fix Audit story
presleyp 23fdc3c
Fix pagination story and pagebutton highlight
presleyp 1ebab32
Fix pagination tests
presleyp 3f7e0aa
Add to utils tests
presleyp 609af06
Format
presleyp 86cda48
Merge branch 'main' into refactor-pagination/presleyp
presleyp e005aaf
Add tests
presleyp 5715d38
Start adding pagination - type error
presleyp 9a878fa
Merge branch 'main' into paginate-users/presleyp
presleyp 4271fd1
Tweak machine
presleyp 9a0ce5d
Refactor paginated api calls
presleyp 20d5672
Show pagination when count is undefined
presleyp b68b46a
fix stories
presleyp 50c5825
Fix api helper
presleyp 2e249a0
Add test
presleyp 953428b
Format
presleyp 9056c44
Make widget show all the time to avoid blink
presleyp 8f4691b
Merge branch 'main' into paginate-users/presleyp
presleyp b8ca97b
Merge branch 'main' into paginate-users/presleyp
presleyp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Start adding pagination - type error
- Loading branch information
commit 5715d38e645eb7ceed9d30cf0d5cd190cc9450a5
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of this diff is just because I used the visualizer and it reformatted, so I'll comment where it's relevant