UI filter builder (#3515)

* Add clear criteria button
* Add count to filter button
This commit is contained in:
WithoutPants
2023-03-16 15:44:46 +11:00
committed by GitHub
parent 7e8f941155
commit 943a6d3be7
27 changed files with 1049 additions and 488 deletions

View File

@@ -14,6 +14,7 @@
* Added toggleable favorite button to Performer cards. ([#3369](https://github.com/stashapp/stash/pull/3369))
### 🎨 Improvements
* Overhauled filtering interface to allow setting filter criteria from a single dialog. ([#3515](https://github.com/stashapp/stash/pull/3515))
* Removed upper limit on page size. ([#3544](https://github.com/stashapp/stash/pull/3544))
* Anonymise task now obfuscates Marker titles. ([#3542](https://github.com/stashapp/stash/pull/3542))
* Improved Images wall view layout and added Interface settings to adjust the layout. ([#3511](https://github.com/stashapp/stash/pull/3511))