WithoutPants

Results 50 issues of WithoutPants

Inspired by @QxxxGit 's #4582, this is an overhaul of the Scene details page. It includes the following changes: * date and resolution are moved to a sub-header under the...

improvement
ui

Adds a `vote` field to the `FingerprintSubmission` input. This supercedes the `unmatch` field, which is now deprecated. If `vote` is positive, then the submission is treated as an ordinary submission....

enhancement

**Describe the bug** If `image_backend` is not specified, it silently defaults to `file`. If `image_location` is not specified, the system still allows images to be created in the database, and...

help wanted

- Makes the UI routing code consistent when using a custom UI location. - Allows the UI location to be provided from the environment (`$STASH_UI`), or the command line (`--ui-location...

improvement
chore

Deprecates the existing movie graphql interfaces and adds new equivalent group interfaces. Changes the UI to use the new group interfaces. Part of #4905

chore

- Adds a new gallery route `/gallery/:id/cover` which returns the cover image data, as an alternative to getting `cover` via graphql. - Adds `cover` member to `GalleryPathsType` so that this...

bug
improvement

Using the example `react-component` plugin, the registered route `/plugin/test-react` does not reliably work if the URL is entered or refreshed. I believe this is occurring because the `PluginApi.register.route` is being...

Fixes error when generating stash-box graphql client. Not tested.

bug
chore

Related to #1647 The presence of `useScrollToTopOnMount` on all of the top-level pages meant that the page would scroll to the top when navigating back to these pages. I'm not...

bug