(Agreed Sean's the best, that repo is gold)
If I'm remembering correctly, this approach of form GET + including rich text in the query params may run into issues with query param length limits
Ah, brings me back to those initial Turbo days, migh have issues including the description field in the query params unfortunately 😢
Feels so good when there is the ability to go back to something vastly simpler like this 😄
Looks like now and last_month got extracted in the controller and used in show for @this_month and @last_month but not here in index.
nit: is this more filter_by_status?
The only thing I noticed was what seemed to be a small blip in the recording when submit is clicked before the modal closes
nit: I had to look this up, and not sure its any more elegant but to me indexing the zone and calling local on it is a little more clear than the use_zone block
Glad that this was not for persisted data lol, nice find
nit: pluralize "event that don't already recur" to "events that don't recur"
👍 disappointing that cuprite doesn't work with accessible selectors since that seems to be the route that most people take. Fixing the flake is worth a ton though!
Love the inline org creation!
Just curious about your workflow for these find/replace tasks, are you still using something "grep"-like? Have you seen ast-grep before? I've found it incredibly...