Improved wall view for images (#3511)

* Proper masonry wall view for images
* allow user to configure margin and direction
This commit is contained in:
CJ
2023-03-07 19:36:47 -06:00
committed by GitHub
parent 9ede271c05
commit d4fb6b2acf
9 changed files with 199 additions and 38 deletions

View File

@@ -11,6 +11,7 @@
* Added toggleable favorite button to Performer cards. ([#3369](https://github.com/stashapp/stash/pull/3369))
### 🎨 Improvements
* Improved Images wall view layout and added Interface settings to adjust the layout. ([#3511](https://github.com/stashapp/stash/pull/3511))
* Added collapsible divider to Gallery page. ([#3508](https://github.com/stashapp/stash/pull/3508))
* Overhauled and improved HLS streaming. ([#3274](https://github.com/stashapp/stash/pull/3274))