-
Notifications
You must be signed in to change notification settings - Fork 157
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
MVP - Modified Chip Filter #9831
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. |
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.
Please also add q_lastModified
to https://github.com/owncloud/web/blob/master/packages/web-pkg/src/router/common.ts#L30. This ensures the filter stays active after opening and closing a file editor from the search result list.
Rest LGTM, very nice! And unit tests 🙌
P.S. I believe there is no reason for this PR to be in a draft state anymore? ;)
please:
|
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.
LGTM
Kudos, SonarCloud Quality Gate passed! |
* mvp, wip * added unit test * added loading from capabilities + adjusted tests accordingly * clean up, added changelog * added route query param to persistence list
* mvp, wip * added unit test * added loading from capabilities + adjusted tests accordingly * clean up, added changelog * added route query param to persistence list
Description
added a "last modified" filter chip in search to narrow down results based on last modified date.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: