Hacker News new | ask | show | jobs
by punkweb 3 days ago
PunkwebBB maintainer here. This is good feedback. The only thing that really does need HTMX/JS on PunkwebBB is the shoutbox polling, which you can opt out of anyway. But you're right that there should be non JS fallbacks in place of modals and other small htmx interactions. I'll get on this.
1 comments

I haven't published a release yet, I removed HTMX from thread/post actions and deleting categories/subcategories. The shoutbox is now the only functionality that won't work when JS is disabled. I've improved the fallback of the thread/post editor when JS is disabled as well. Those changes are in the main branch now.

Release will come soon, still some things baking.