stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Make DIRECTOR and PHOTOGRAPHER fields actionable

Open echo6ix opened this issue 1 year ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. The director and photographer fields are static on their respective detail pages (/scenes, /images, /galleries, /movies). They cannot be interacted upon by the user.

Describe the solution you'd like Make the specified fields an actionable hyperlink that filters content based on the actionable field's value.

Additional context Actionable director link on the scene detail page

image

When clicked directs user to a scene filter where Director IS John Doe

image

This would be applicable to the following pages and values

Page Actionable value Filter
/Scenes Director Director IS {} aka /scenes?c=("type":"director","value":"John%20Doe"...
/Movies Director Director IS {}
/Images Photographer Photographer IS {}
/Galleries Photographer Photographer IS {}

echo6ix avatar Feb 15 '24 08:02 echo6ix