1
Fork 0
photoview/api/graphql
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
..
auth Batch exiftool runs + scanner package restructuring 2021-05-06 22:01:48 +02:00
endpoint Reconnect custom websocket upgrader 2022-02-07 18:15:47 +01:00
models Optimize user's album filter. #705 (#962) 2024-06-27 21:21:09 +02:00
notification clean up api log prints 2021-04-26 10:26:54 +02:00
resolvers order root albums by path on settings page (#983) 2024-07-01 20:04:50 +02:00
directive.go Finish localization 2021-04-11 22:31:42 +02:00
generated.go Fix audit issues in production (#933) 2024-04-11 22:21:08 +01:00
schema.graphql Add Ukrainian translation (#875) 2024-03-24 22:42:44 +01:00