The archives are looking better now. Mostly style and sorting improvements.

This commit is contained in:
Scott Idem
2024-11-12 16:20:18 -05:00
parent fedbbe9ae2
commit 34bcd9dd2d
8 changed files with 102 additions and 36 deletions

View File

@@ -28,7 +28,8 @@ $: lq__archive_obj_li = liveQuery(async () => {
// .orderBy('updated_on')
// .toArray()
.reverse()
.sortBy('updated_on');
.sortBy('sort');
// .sortBy('updated_on');
// .sortBy('updated_on, created_on');
// .sortBy('[updated_on+created_on]');
// .sortBy('[created_on+updated_on]');