-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pm search for packages - filters (#14322)
* Initial PR transition - moving 'SearchForPackages' PR into smaller PRs - main chunk of work on the PackageManagerSearchControl -- context menu -- filter tags * filter search results - added all filters to the GetAllPackages routine * `new` and `updated` status filters, removed `active` - removed the `active` filter - introduced `new` and `updated` as status filters * clear all button to resources - added 'clear all' to resources * remove initially selected package - no selected package when opening the package manager for the first time * clear filters button resource assigned - correctly assigned the `clear all` button text * refactor - replaced boolean propertie representing the new filters with FilterEntity * added tests - added tests for the new filters * stylize control components - standardized ui element styles * fixed failing tests * filters context menu stay open - the user will be able to select multiple filters without the context menu closing * dependency filters toggle active states - the two dependency filters (package 'has decency' and 'has no dependency') cannot be both in positive states - adjusted tests to take that change into account * comments - reverted default sorting back to `LastUpdate` * filter tooltips - added tooltips for all new filters, - updated old filters, - changed styling * reconciling differences * reconciling differences * comments for FilterTagControl public properties - added comments for the public properties of the FilterTagControl * nameof instead of string - replaced hard-coded string value with nameof property
- Loading branch information
Showing
14 changed files
with
1,179 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.