You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up to #452
Part of #453
If the user has saved a default sort on a data type page (eg a
performer's page scene list or a studio's page image list), the app will
now use that. The app will fallback to the standard default sort if
needed.
For now only sorting is used from the server. A follow up will include
other (object) filters.
The list is derived from
https://github.com/stashapp/stash/blob/v0.27.2/ui/v2.5/src/components/List/views.ts
Fixes several bugs on the group page
1. Show correct count for tags
2. Show correct count for containing/sub groups
3. Fix showing all scenes on the server if there was no default
group-scene filter
The fix for 3 actually reverts a feature (respecting the object filter),
but #453 will resolve it.
Description
Add the other pages' tab default filters similar to group scenes in #452
The text was updated successfully, but these errors were encountered: