stash/ui
KennyG 0730983171 Add cover image source to Scene model and GraphQL schema
- Introduced `cover_image_source` field in the Scene type, SceneCreateInput, and SceneUpdateInput to track the origin of cover images.
- Updated the GraphQL schema and corresponding resolver logic to handle the new field.
- Implemented default cover image source logic in the resolver for scene creation and updates.
- Added migration to include `cover_image_source` column in the scenes table.
- Enhanced UI components to support the new cover image source functionality, including updates to SceneEditPanel and SceneDetails.
2026-04-26 10:52:52 -04:00
..
login Encode credentials during login (#6163) 2025-10-21 19:04:44 +11:00
v2.5 Add cover image source to Scene model and GraphQL schema 2026-04-26 10:52:52 -04:00
ui.go Login page internationalisation (#5765) 2025-03-27 11:56:43 +11:00