feature: blurbs

refactor: style updates and fixes
This commit is contained in:
Andy Burke 2025-09-23 17:13:51 -07:00
parent 591fd38088
commit cbd58071b8
9 changed files with 101 additions and 52 deletions

View file

@ -54,7 +54,7 @@
<input
type="hidden"
name="parent_id"
generator="(_input, form) => { debugger; const parent_post = form.closest( '.post-container' ); return parent_post?.dataset?.post_id; }"
generator="(_input, form) => { const parent_post = form.closest( '.post-container' ); return parent_post?.dataset?.post_id; }"
/>
<input