photoprism/internal
Michael Mayer 131bfb398d Settings: Add Accessibility section to General with Reduce Motion #848 #5429
- Move the page-zoom checkbox out of the feature-flags grid into a
  dedicated Accessibility card (super-admin only) with four toggles:
  Open on Hover, Reduce Motion, Hide Scrollbar, and Allow Page Zoom.
- Add a UI.ReduceMotion flag (defaults false) that toggles an
  html.reduce-motion class via config.setReduceMotion and suppresses map
  fly-to animations non-destructively (util.mapAnimateDuration).
- Make Open on Hover apply live by reading shouldOpenOnHover() through a
  reactive computed in the action/auth/lightbox menus; Zoom and Hide
  Scrollbar reload since they are baked into the server-rendered HTML.
- Reword two feature-grid hints to the "pictures" convention and cover
  the new helpers with Go and Vitest tests.
2026-07-08 11:56:15 +00:00
..
ai Vision: Fix data race in image classifier during parallel indexing #5694 2026-06-25 15:01:23 +00:00
api Settings: Add Accessibility section to General with Reduce Motion #848 #5429 2026-07-08 11:56:15 +00:00
auth OIDC: Add configurable authorization prompt option #5698 2026-06-27 12:35:04 +00:00
commands Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
config Settings: Add Accessibility section to General with Reduce Motion #848 #5429 2026-07-08 11:56:15 +00:00
entity Settings: Add Collections tab and move Services to its own page #848 #5429 2026-07-08 08:10:43 +00:00
event Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
ffmpeg Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
form Tests: Add unit tests for recent metadata, auth, and config changes #5697 2026-06-26 14:12:59 +02:00
mcp Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
meta Metadata: Fix XMP body serial and add tiff: field fallbacks #2260 2026-07-07 11:44:33 +00:00
mutex Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
photoprism Convert: Gate RAW render rejection by file format #5673 2026-06-30 14:04:59 +00:00
raw Convert: Gate RAW render rejection by file format #5673 2026-06-30 14:04:59 +00:00
server Server: Derive WebDAV proxy test paths from proxy.PathPrefix 2026-07-07 23:47:57 +00:00
service Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
thumb Convert: Prefer embedded preview over untrustworthy RAW render #5673 2026-06-30 07:49:32 +00:00
workers Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
AGENTS.md