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

Implement filter for Project Spaces #9649

Merged
merged 13 commits into from Sep 5, 2023
Merged

Conversation

lookacat
Copy link
Contributor

@lookacat lookacat commented Sep 4, 2023

Description

We've added the option to search for spaces in the project space overview.
See #9650

Related Issue

Screenshots (if appropriate):

Screenshot (56)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@update-docs
Copy link

update-docs bot commented Sep 4, 2023

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.

@@ -75,6 +82,8 @@ describe('Projects view', () => {
})

function getMountedWrapper({ mocks = {}, spaces = [], abilities = [], stubAppBar = true } = {}) {
jest.mocked(queryItemAsString).mockImplementationOnce(() => '1')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

is needed for pagination

@lookacat lookacat marked this pull request as ready for review September 5, 2023 08:47
Copy link
Collaborator

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

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

Since you added a pagination, the tiles view is missing controls for it.

Also, could you please increase the margin between the input and the sorting button a bit? It feels a bit too tight IMO.

image

packages/web-app-files/src/views/spaces/Projects.vue Outdated Show resolved Hide resolved
packages/web-app-files/src/views/spaces/Projects.vue Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

68.4% 68.4% Coverage
0.0% 0.0% Duplication

Copy link
Collaborator

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

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

Nice 👍

@lookacat lookacat merged commit 3441554 into master Sep 5, 2023
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat-filter-project-spaces branch September 5, 2023 12:02
AlexAndBear pushed a commit that referenced this pull request Dec 13, 2023
* 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
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.

[web] Add Filter to Space-Overview
2 participants