person melodyogonna 3 weeks, 3 days ago

I've worked on a few things since last time. But probably more important is that I've switched from Stimulus to AlpineJs as my primary Javascript library. I find that Alpine has a lot more capability without compromising on simplicity. I was able to replicate and improve on the simple things I used Stimulus for [1] within 5 minutes.

Another important update: Authenticated users can now reply to comments, hurray! I implemented this so I can reply to a user query.

  1. Toggling menus. AlpineJs also made it pretty trivia to close the menus by clicking outside them. Very simple functionality I know, but I didn't want to manually write the Javascript for it.
chat_bubble_outline 0