I am done. Just saving things for the night. Not a good day.

This commit is contained in:
Scott Idem
2026-02-25 20:17:03 -05:00
parent 95a56d25bf
commit b1162b9f08
6 changed files with 267 additions and 16 deletions

View File

@@ -73,6 +73,10 @@
// Stable LiveQuery Pattern (Aether UI V3)
// Re-wrapped in $derived to ensure the observable instance remains stable
// unless the underlying dependencies (ids, search context) change.
// Important: keep the `liveQuery` closure free of transient reactive
// references — capture stable values (ids, search keys) so the observable
// isn't recreated unnecessarily on every render. Use `search_id_li` or
// other plain arrays/values as explicit dependencies.
let lq__journal_entry_obj_li = $derived(
liveQuery(async () => {
const ids = search_id_li;