Related to #1066 [Feature] add settings option to customize metadata items in scene card grid mode#6681
Open
donjoe96 wants to merge 1 commit intostashapp:developfrom
Open
Related to #1066 [Feature] add settings option to customize metadata items in scene card grid mode#6681donjoe96 wants to merge 1 commit intostashapp:developfrom
donjoe96 wants to merge 1 commit intostashapp:developfrom
Conversation
Collaborator
|
I think this will be deferred to the next release. The main dev is looking to close out development work for this release soon. He is welcomed to supersede me but I think this should wait for the next set of dev releases. A conversation about design implementation should probably be had as well |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #1066 [Feature] add settings option to customize metadata items in scene card grid mode
Summary
Implements #1066 — adds per-user controls to show or hide individual metadata elements on scene cards in grid view.
A new "Scene Card Display" section is added to Settings → Interface, directly below "Grid View". All toggles default to
true, so existing users see no visual change unless they opt-out of specific elements.Settings Location
Settings → Interface → Scene Card Display
Screenshots
Changes
ui/v2.5/src/core/config.ts
defaultSceneCardOptionsconstant (all fieldstrue)sceneCard?: ISceneCardOptionsui/v2.5/src/components/Scenes/SceneCard.tsx
SceneCardImage— conditionally renders rating banner, specs overlay fields (resolution / duration / file size), and interactive speed overlaySceneCardOverlays— conditionally renders studio logo overlaySceneCardPopovers— conditionally renders each icon button (tags, performers, groups, markers, o-counter, galleries, organised badge, duplicate copies)showResolution,showDuration,showFileSizepropsui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx
SettingSectionwith 17 BooleanSetting toggles organised in 3 groups:ui/v2.5/src/locales/en-GB.json
config.ui.scene_card.*locale block with heading and plain-languagedescription(tooltip) for every toggleBehaviour
configureUIGraphQL mutation (same pattern asimageWallOptions,ratingSystemOptions, etc.)true, preserving the current appearance for users who do not change any settingssubHeadingIDpointing to a plain-language description, visible on hover, understandable without technical knowledgeContributor Checklist
SettingSection, saveUI — same as adjacent settings)npx tsc --noEmit)feel free to share your feedback and connect with me