STEFAN BINOJ
STEFAN BINOJ
fixes #1665 https://github.com/user-attachments/assets/e045df1f-ddc1-44cb-8813-2bf37c8fb080 if any change is needed pls lmk
Part of #1866 # Summary - The review content was overflowing when it contained too much content. - Fixed by adding a simple `max-h-[100vh] overflow-y-auto`. ### Before (Desktop) https://github.com/user-attachments/assets/bc66baad-2440-480e-a941-12582c05b81c ###...
ref #856 # Summary This PR migrates all related `settings/*` routes to inertia. In total 9 routes : - /settings - /settings/profile - /settings/team - /settings/payments - /settings/authorized_applications - /settings/password...
Fixes #2450 ## Summary - Added a new flag `disable_stripe_signup` (defaults to false, meaning Stripe signup is ALLOWED by default) - To block Stripe signups, activate the flag: `Feature.activate(:disable_stripe_signup)` -...
Part of #865 # Changes - `bin/build-app`: bash script that must be used for building gumroad docker image. It extracts required version and passes as argument for dockerfile (node, ruby,...
Part of #856 Prev PR #2417 Migrate following routes to inertia : - Published emails page (/emails/published) - Scheduled emails page (/emails/scheduled) - Draft emails page (/emails/draft) ## Changes -...
On hold until #2410 merges Part of #856 Previous PR #2345 , #2366 , #2388 This PR migrate following pages to inertia - /two-factor - /password/edit Also migrates all related...
Part of #856 Previous PR #2345 , PR #2366 , #2388 This PR migrate following pages to inertia - /login - /signup Also migrates all related controller actions ## Before...
fixes #2225 Before After ### Tests ### AI disclosure Used Claude Opus 4.5 via Opencode for initial drafting ### Confirmation I have watched all Antiwork Livestreams
Part of #856 Previous PR #2379 This PR migrate following pages to inertia - /two-factor - /password/edit - Also has a new /forgot_password route ## Before **/two-factor** https://github.com/user-attachments/assets/89ed4f86-c62d-4b8b-a535-dd21c3e43418 **/password/edit** https://github.com/user-attachments/assets/abf5d8fd-427d-49e8-822e-cad3469df4e0...