Mass changes
This commit is contained in:
@@ -41,7 +41,7 @@ if (!post_id) {
|
||||
$idaa_trig.post_id = post_id;
|
||||
}
|
||||
|
||||
// Functions and Logic
|
||||
// *** Functions and Logic
|
||||
// WARNING: For now the archive_on is hardcoded. It should be configurable.
|
||||
let lq__post_obj_li = $derived(liveQuery(async () => {
|
||||
let results = await db_posts.post
|
||||
|
||||
@@ -37,7 +37,7 @@ $idaa_slct.post_id = ae_acct.slct.post_id;
|
||||
$idaa_trig.post_id = ae_acct.slct.post_id;
|
||||
// $idaa_slct.post_obj = ae_acct.slct.post_obj;
|
||||
|
||||
// Functions and Logic
|
||||
// *** Functions and Logic
|
||||
let lq__post_obj = $derived(liveQuery(async () => {
|
||||
if (log_lvl) {
|
||||
console.log(`lq__post_obj: post_id = ${$idaa_slct?.post_id}`);
|
||||
|
||||
Reference in New Issue
Block a user