* main:
Need to return all collections so it's not blank
Button to add a new filter
Update test for new redirect
Comparing params is fragile, use `id` for saved filters
Update summary tests
Improve summary display in menu
Add keyboard navigation and filtering to quick filters
Copy
Keep stage when clearing
Keep the current filter params after deleting a saved filter so you can change your mind
Update test because we now drop all filters on destroy
New UI for exposing filter options and saving/deleting them
Unnecessary
These aren't actually in the events namespace, use utility class
* main:
Render tags and users in menu, filter them
Don't add reserved bubble space to all columns in larger viewports
Don't allow horizontal scrolling on the body element
Fix the space reserved for bubbles in card columns
* main: (34 commits)
Opt out of writer affinity on readings controller
Enable VFS, but don't load extension again
Add flash notice when adding another card
Fix tests after updating rails
Fix fixtures after updating gem
Make sure you can't drag drafts
Fix clipped tag selector
Don't miss cards dropped in the same container!
Make sure that only cards in do/considering are draggable
Add test
Add test
Use the same controller for publishing cards and for publishing and adding another
Position Completed stamps better
Bump sentry-rails from 5.24.0 to 5.25.0
Bump rails from `0ac3fba` to `fd49d6a`
Bump sentry-ruby from 5.24.0 to 5.25.0
Add multiple cards quickly
Tweak a little more
Tighter bubbles on small screens
Need a little space in the layout for the drag/drop outline
...
* knobs:
Add comment
Properly parameterize the field name
Remove leftover console.log
Correct the reserved area math
Better a11y
Connect the range slider
Basic radio input working
Expose button so you can delete drafts
Save button should match card color
`x` interferes with string entry, try `SHIFT+ENTER` to toggle checkboxes
Remove unnecessary param and update condition
* main:
`event.assignees` collection doesn't include `event.creator` when self-assigning
Consistent verb forms
Autolinking shouldn't include final punctuation.
dep: update kamal to edge
No need to delegate auto_closing? anymore
Extract common method to query when entropy is cleaned
Invalidate card caches when editing workflows
# Conflicts:
# app/javascript/controllers/navigable_list_controller.js
Yes, Platform Agent is overkill for just this but there isn't a one-size JS solution for updating both input placeholders and other HTML text and we're likely to need it later for other things like displaying platform-specific PWA prompts.