photoprism/internal/form
Heiko Mathes 60d280430e
Places: Add Cluster View (#2596)
* enable clustering on all zoom levels

* add latmin, latmax, lngmin and lngmax to search api

* open prefiltered search when clicking a cluster on the map

* start moving places pictures to overlay

* update scrollbar hide todo comment

* add todo comments for cluster view

* start implementing possitbility to close cluster view via back button

* move selected cluster to single query param

* improve back-navigation of cluster-view

* remove outdated comment

* start showing preview-images in clusters

* cleanup some cluster-code in places

* use rounded squares instead of circles so more from the image can be seen

* try improving map visibility by adding borders

* add counter bubble to places view

* remove obsolete comment

* remove console.log

* add todo comment to fix search on cluster-view open

* fix closing a cluster resetting the places-filter

* prevent old cluster markers from being visible while zooming

* prevent cluster-previews from being smaller than single-image-previews

* make cluster-preview-images fill the whole available area and scale them to their bounding box

* increase clusterRadius to reduce likelyhood of clusters colliding on the map

* update obsolete todo comment

* try making cluster view look less broken for small clusters. elements in photo-view use block-relative percentages based on viewport-relative media queries

* remove seemingly unrequired code

* fix cluster view after "pages"-components moved to "page" (singular)
2023-07-24 10:12:22 +02:00
..
album.go
album_test.go
change_password.go
connect.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
connect_test.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
face.go
face_test.go
feedback.go
feedback_test.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
file.go Edit: Change image orientation through the user interface #464 2023-03-20 16:18:27 +01:00
file_test.go Files: Update new file form test #464 2023-03-20 16:41:23 +01:00
folder.go
folder_test.go
form.go Links: Change https://photoprism.app/ to https://www.photoprism.app/ 2023-02-08 09:07:42 +01:00
form_report.go Search: Update automatically generated filter overview #3321 2023-04-02 11:33:13 +02:00
form_report_test.go Tests: Add unit tests 2023-06-28 16:12:11 +02:00
import_options.go
index_options.go
json.go Security: Add http rate limiter and auto tls mode #98 2022-10-11 22:44:11 +02:00
json_test.go Tests: Add unit tests 2023-06-28 16:12:11 +02:00
label.go
link.go
marker.go
marker_test.go
photo.go
photo_test.go
search.go
search_albums.go Albums: Implement year filter work for all types except states #353 2023-01-02 16:17:59 +01:00
search_albums_test.go Albums: Implement year filter work for all types except states #353 2023-01-02 16:17:59 +01:00
search_faces.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
search_faces_test.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
search_folders.go Library: Hide private files in "Originals" if user has no permission #98 2023-02-20 18:50:28 +01:00
search_folders_test.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
search_labels.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
search_labels_test.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
search_photos.go Places: Add Cluster View (#2596) 2023-07-24 10:12:22 +02:00
search_photos_geo.go Search: Ignore sepia pictures when using the "mono" filter #596 #2657 2023-02-21 10:47:15 +01:00
search_photos_geo_test.go Tests: Add unit tests 2023-06-28 16:07:06 +02:00
search_photos_test.go Search: Enhance "geo" filter to find pictures without coordinates #3493 2023-06-29 18:35:02 +02:00
search_sessions.go Auth: Refactor sessions API and model #98 2023-03-09 18:45:04 +01:00
search_sessions_test.go Tests: Add unit tests 2023-06-28 16:12:11 +02:00
search_subjects.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
search_subjects_test.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
search_users.go Auth: Refactor sessions API and model #98 2023-03-09 18:45:04 +01:00
search_users_test.go Tests: Add unit tests 2023-06-28 16:12:11 +02:00
selection.go UX: Add Delete All button to archive page toolbar #272 2023-07-23 17:57:48 +02:00
selection_test.go UX: Add Delete All button to archive page toolbar #272 2023-07-23 17:57:48 +02:00
serialize.go Auth: Apply user rights and permissions in the search API #98 #782 2022-09-30 00:42:19 +02:00
serialize_test.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
service.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
service_search.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
service_search_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
service_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
service_upload.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
subject.go User Details: Increase size of bio field, add about to UI #98 2023-03-10 10:21:46 +01:00
subject_test.go
upload_options.go Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
user.go Auth: Refactor user management API and CLI commands #98 2023-03-09 15:12:10 +01:00
user_details.go Auth: Improve account management page and config options #98 2022-10-19 05:09:09 +02:00
user_login.go Auth: Refactor user management API and CLI commands #98 2023-03-08 23:30:39 +01:00
user_login_test.go Tests: Add unit tests 2023-06-28 16:07:06 +02:00
user_test.go Tests: Add unit tests 2023-06-28 16:07:06 +02:00