Skip to content
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 namespace list view #13195

Merged
merged 9 commits into from
Nov 29, 2021
Merged

Add pagination to namespace list view #13195

merged 9 commits into from
Nov 29, 2021

Conversation

arnav28
Copy link
Contributor

@arnav28 arnav28 commented Nov 17, 2021

Added client side pagination for namespaces list view. Default is 15 per page.
Todo: Unit testing

Before (2000 namespaces):
https://user-images.githubusercontent.com/2932708/143089534-4b3785f2-35b0-43bf-a8ff-b371d0967f82.mov

After:
https://user-images.githubusercontent.com/2932708/143089596-a17f1684-3ba3-49aa-85df-b4f4a2990f35.mov

@arnav28 arnav28 added the ui label Nov 17, 2021
@arnav28 arnav28 added this to the 1.9.1 milestone Nov 17, 2021
@arnav28 arnav28 force-pushed the ui/namespace-pagination branch from 38e1a7b to 9953626 Compare November 17, 2021 23:35
@vercel vercel bot temporarily deployed to Preview – vault November 17, 2021 23:35 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook November 17, 2021 23:35 Inactive
Copy link
Contributor

@hashishaw hashishaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

import authPage from 'vault/tests/pages/auth';
import logout from 'vault/tests/pages/logout';

module('Acceptance | /access/namespaces', function(hooks) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add Enterprise to this module name, since namespaces are enterprise only

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You saved my day...Thanks!! 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants