-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add pagination to dashboard list views #23
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/ibi-group/otp-admin-ui/p7cnkayth |
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.
Just 2 non-blocking comments.
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.
Replace <h5>
with <div>
, make sure LayoutWithAuth0
can parse the result of secureFetch
, and other cosmetic comments.
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.
Looks good now. Thanks for the changes.
I'm blocking this PR pending resolution of ibi-group/otp-middleware#72. |
Merging now that ibi-group/otp-middleware#72 is merged. |
This adds pagination to otp-admin-ui lists. It also simplifies some of the messages (removes the latest fetch update and message about auto-refresh) to make room for these new controls.
It depends on changes in otp-middleware: ibi-group/otp-middleware#72