photoprism/photoprism

Places: Add resize handle to cluster preview to adjust its size

Open

#3.747 geöffnet am 20. Sept. 2023

Auf GitHub ansehen
 (0 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Go (39.670 Stars) (2.263 Forks)batch import
help wantedplacesux

Beschreibung

As a Places view user, I would like the cluster preview layer at the bottom to have a resize handle so I can adjust its size with the mouse (desktop) or a touch (mobile).

  • Similar to the main navigation, the size setting should be remembered, e.g. by saving it to the browser's local storage.
  • At the moment, the size is specified via CSS based on the screen size and orientation. You can remove this if it interferes with the new resize functionality.
  • Since the code size of our frontend is at its limits, the resize handle should ideally be implemented with plain JS / VueJS, i.e. without installing a plugin.

resize-handle

This is a follow-up issue to improve the usability of the new Places cluster view:

  • #1187
  • #2596

Contributor Guide