Work on the new Journals module. Journal entries are now partially viewable.

This commit is contained in:
Scott Idem
2025-03-20 11:59:48 -04:00
parent 7fde0abb16
commit 596986afb7
8 changed files with 454 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ export async function load({ params, parent }) { // route
}
// WARNING: Precaution against shared data between sites and presentations.
// WARNING: Precaution against shared data between sites.
data[account_id] = ae_acct;
return data;