fizzy icon indicating copy to clipboard operation
fizzy copied to clipboard

Kanban as it should be. Not as it has been.

Results 76 fizzy issues
Sort by recently updated
recently updated
newest added

This pull request adds a complete [Devcontainer](https://containers.dev) setup to streamline onboarding and ensure a consistent development environment across machines.

This change adds the "assignees" to the card.json.jbuilder partial. Currently, the card JSON payload (used by both the API and Webhooks) includes the creator but omits assignment data. This makes...

The install.svg file and .icon--install CSS class (which was duplicated) appear to have never been used. Added in c3b946c96.

Hey 🙂, I noticed that the join codes controller is not protected by a rate limiter like other public endpoints such as the Sessions and SignupController. This PR adds a...

This follows up on PR #2088 where Jason agreed the transition name should be removed since it's not paired with any other element.

Replace string-based table references with modern hash syntax in Card::Closeable scopes (recently_closed_first, closed_at_window, closed_by). This improves readability and follows Rails conventions.