Improved styles with colors. More config options. Other updates.

This commit is contained in:
Scott Idem
2025-04-03 19:19:03 -04:00
parent e022645f64
commit 6e41833f82
6 changed files with 274 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ let ae_acct = data[$slct.account_id];
let lq__journal_obj_li = $derived(liveQuery(async () => {
let results = await db_journals.journal
.orderBy('updated_on')
.orderBy('tmp_sort_2')
.reverse()
.toArray()
// .sortBy('start_datetime')