mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Include subsidiary studios/tags in tab badge counters (#3816)
* Add '_all' counts * Use '_all' counts in UI * Make other counts non-nullable * Hide tab counts if zero * Add resolver parameter
This commit is contained in:
@@ -39,6 +39,7 @@ type SceneMarkerReader interface {
|
||||
Count(ctx context.Context) (int, error)
|
||||
All(ctx context.Context) ([]*SceneMarker, error)
|
||||
Query(ctx context.Context, sceneMarkerFilter *SceneMarkerFilterType, findFilter *FindFilterType) ([]*SceneMarker, int, error)
|
||||
QueryCount(ctx context.Context, sceneMarkerFilter *SceneMarkerFilterType, findFilter *FindFilterType) (int, error)
|
||||
GetTagIDs(ctx context.Context, imageID int) ([]int, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user