The archives are looking better now. Mostly style and sorting improvements.
This commit is contained in:
@@ -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]');
|
||||
|
||||
Reference in New Issue
Block a user