Skip to content
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

[FEA] - Follow up to #452 for default filters #453

Open
damontecres opened this issue Nov 5, 2024 · 1 comment
Open

[FEA] - Follow up to #452 for default filters #453

damontecres opened this issue Nov 5, 2024 · 1 comment
Labels
enhancement New feature or request user interface Relates to the app's user interface/experience

Comments

@damontecres
Copy link
Owner

Description

Add the other pages' tab default filters similar to group scenes in #452

@damontecres damontecres added enhancement New feature or request user interface Relates to the app's user interface/experience labels Nov 5, 2024
damontecres added a commit that referenced this issue Nov 7, 2024
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
@damontecres
Copy link
Owner Author

Next step is to add support for object filters

damontecres added a commit that referenced this issue Nov 17, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user interface Relates to the app's user interface/experience
Projects
None yet
Development

No branches or pull requests

1 participant