fizzy
fizzy copied to clipboard
Kanban as it should be. Not as it has been.
This flow was missing a test case. The setup is a bit verbose to keep it realistic, can simplify if needed.
Just adding an "a" — caught by @KimberlyRhodes!
Rename incorrect CSS property from `translaate` to `translate`.
Note: This transition name isn't paired with any other element, so could be removed entirely if not planned for future use.
`assume_ssl` and `force_ssl` are often used together: - When running behind a terminating proxy (including Thruster) you'll want both. - When running without SSL (like on localhost) you'll want neither....
This PR removes spacing between paragraphs. It keeps spacing for elements following paragraphs (blockquotes, lists, attachments, etc).
Adds `closed` field to card JSON response, allowing API consumers to detect closed status without parsing the status enum or making additional API calls. I was working on adding Fizzy...
Ensure we can serve the app from multiple hosts without breaking links. * Switch unnecessary full URLs to paths * Drop default host/port URL options for controllers Shell 1 ```bash...
Another take on mobile columns. This time, we're leaning on the desktop behavior. The main differences you'll see on mobile: 1. The Maybe? column is collapsible 2. Only one column...