1
Fork 0
photoview/api/graphql/resolvers
Lajos Koszti 10e9e354b5
order root albums by path on settings page (#983)
Once you have more than a few paths assigned to a user, it becomes
quite hard to oversee the list.

Personally, I would add my albums to Photoview one by one, so I can
manage the processing better. For example, I can review and fix the face
recognition for one new album at a time, and I don't need to deal with
too much data.
Since I started to add the albums in a random order, it's relatively
hard to find which album is added and which is not.

An easy fix is to order the photo paths by their name.

- Extended the query of the rootAlbums to order them by path
2024-07-01 20:04:50 +02:00
..
album.go Refactoring of API 2021-11-11 18:57:02 +01:00
faces.go Fix slow query in getting media of a face by using another join 2022-03-05 17:44:15 +01:00
media.go Refactoring of API 2021-11-11 18:57:02 +01:00
mediaGeoJson.go Refactoring of API 2021-11-11 18:57:02 +01:00
notification.go Update gomod to reflect repo transfer 2020-12-17 22:51:43 +01:00
root.go Refactoring of API 2021-11-11 18:57:02 +01:00
scanner.go Start on big scanner code refactoring 2022-02-14 23:57:45 +01:00
search.go Refactoring of API 2021-11-11 18:57:02 +01:00
share_token.go Refactoring of API 2021-11-11 18:57:02 +01:00
site_info.go Refactoring of API 2021-11-11 18:57:02 +01:00
thumbnails.go Changed downsampling method to custom type. 2022-08-09 06:09:55 +01:00
timeline.go Refactoring of API 2021-11-11 18:57:02 +01:00
user.go order root albums by path on settings page (#983) 2024-07-01 20:04:50 +02:00