diff --git a/src/routes/idaa/(idaa)/bb/+page.svelte b/src/routes/idaa/(idaa)/bb/+page.svelte index c10e8177..9c576ded 100644 --- a/src/routes/idaa/(idaa)/bb/+page.svelte +++ b/src/routes/idaa/(idaa)/bb/+page.svelte @@ -107,7 +107,7 @@ $: lq__post_comment_obj_li = liveQuery(async () => { // history.pushState({}, '', url); $idaa_sess.bb.show__modal_view = false; - $idaa_sess.bb.show__modal_edit = true; + $idaa_sess.bb.show__inline_edit__post_obj = true; }} class="btn btn-sm variant-ghost-warning hover:variant-filled-warning transition" title={`Edit meeting: ${$lq__post_obj?.title}`} diff --git a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte new file mode 100644 index 00000000..b4708186 --- /dev/null +++ b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte @@ -0,0 +1,396 @@ + + + +
+ +
+ + {#await prom_api__post_obj} +
Saving...
+ {:then} + {#if prom_api__post_obj} + + {:else} + + {/if} + {/await} + +
+ +
+ +

Post

+ + + +
+ + + + + +
+ +
+ + +

Poster's Information

+
+ Post as Anonymous +
+ + +
+
+ + +
+
+ + + + + + {#if $ae_loc.trusted_access} + + {/if} + +
+ + + +
+ +

+ Admin Options + +

+ + + + + + + + + + + + + {#if $ae_loc.administrator_access} + + {/if} + + + {#if $ae_loc.trusted_access} + + {/if} + + + +
+ + +
+
+ + {#if $idaa_slct.post_id} + + {:else} + + {/if} + + {#if $idaa_slct.post_id} + {#if $ae_loc.administrator_access} + + {:else if $ae_loc.trusted_access} + + {:else} + + {/if} + {/if} +
+ +
+ +
+
+ +
+ +
diff --git a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_view.svelte b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_view.svelte index 675ee97a..7d0dbcf5 100644 --- a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_view.svelte +++ b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_view.svelte @@ -1,12 +1,15 @@