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

I18N-1291 - Mojito user management table should be searchable #155

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

DarKhaos
Copy link

@DarKhaos DarKhaos commented Oct 8, 2024

Made user management table searchable

@DarKhaos DarKhaos force-pushed the I18N-1291 branch 2 times, most recently from 2fbdb72 to 6bde22e Compare October 9, 2024 17:24
@DarKhaos DarKhaos force-pushed the I18N-1291 branch 3 times, most recently from 30d15b9 to 90e0c36 Compare October 10, 2024 17:23
this.waitFor(UserSearchParamStore);

const currPage = 0;
const pageSize = 10;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: I understand why we set the current page to 0 when the search term changes, but it would be nice to have the user's selected page stay the same even if they search again

Copy link
Author

Choose a reason for hiding this comment

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

Done

@DarKhaos DarKhaos merged commit adaecde into master Oct 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants