-
Notifications
You must be signed in to change notification settings - Fork 155
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
Implement filter for Project Spaces #9649
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
b89b1c4
to
5031123
Compare
@@ -75,6 +82,8 @@ describe('Projects view', () => { | |||
}) | |||
|
|||
function getMountedWrapper({ mocks = {}, spaces = [], abilities = [], stubAppBar = true } = {}) { | |||
jest.mocked(queryItemAsString).mockImplementationOnce(() => '1') |
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.
is needed for pagination
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.
Kudos, SonarCloud Quality Gate passed! |
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.
Nice 👍
* Implement filter for Project Spaces * Fix search not working * Make highlighting work * Add changelog * Add pagination * Fix snapshot * Fix unittests * Add unittest for filter * Fix faulty naming * Add pagination for tiles * Increase margin * Update snapshots * Remove unussed ref
Description
We've added the option to search for spaces in the project space overview.
See #9650
Related Issue
Screenshots (if appropriate):
Types of changes
Checklist: