fizzy
fizzy copied to clipboard
Kanban as it should be. Not as it has been.
Not much of a rails person, but had a try at fixing this; not quite sure if this is right. When opening a new card, the title input is focused...
Looks like Fizzy currently defaults to Sendmail, this update enables developers to switch to SMTP when needed via environment variables.
Conditionally adds mobile-app-only stylesheets. I replicated what we do in HEY. The app's user agent will contain the substring "Fizzy Android" or "Fizzy iOS"
Not sure if this is a bug in fizzy or lexxy, but I noticed that trying to use markdown titles blocks you from typing and can't escape from that state...
A few changes to how the column view works: - Global layout change that uses grid containers in an effort to better manage places where we need full-viewport-height scrolling. -...
It's easiest to think of this PR as having two parts: 1. Generic link unfurling 2. A Basecamp integration via OAuth ## Generic Link Unfurling The link unfurling logic takes...
Update Lexxy to bring color highlghting and many other improvements. Among many bugfixes, this will bring TAB for nav list items, and fixes a bug where page refreshes in the...
This may be an opinionated PR, but it appears to follow the 37signals approach to setting up the project on your own infrastructure. Similarly to [fizzy-sass](https://github.com/basecamp/fizzy-saas), this update also uses...
### Discussed in https://github.com/basecamp/fizzy/discussions/1945 Originally posted by **dcchambers** December 4, 2025 I was looking through the optimistic UI updates PR #1927 and coincidentally playing around on a test board when...
## Description This PR improves the deletion UX for cards and boards by replacing the browser-native `turbo_confirm` dialogs with custom, styled modals. ## Changes - **Card Deletion**: Added `app/views/cards/_delete.html.erb` to...