fix(server): use correct day ordering in timeline buckets (#26821)

* fix(web): sort timeline day groups received from server

* fix(server): use correct day ordering in timeline buckets
This commit is contained in:
Michel Heusschen
2026-03-11 13:49:35 +01:00
committed by GitHub
parent 9fc6fbc373
commit 27f69b39b2
3 changed files with 61 additions and 1 deletions
+1
View File
@@ -438,6 +438,7 @@ with
and "stack"."primaryAssetId" != "asset"."id"
)
order by
(asset."localDateTime" AT TIME ZONE 'UTC')::date desc,
"asset"."fileCreatedAt" desc
),
"agg" as (