February 21, 20261.0.96v1.0.96RSS

v1.0.96 — [UI/UX] Product Header Action Buttons Have No Loading/Disabled Feedback on 'Open App'

Release Notes

The 'Open App' button in ProductHeader opens an external link. While the button itself is fine, there is no visual indicator that a product might still be deploying (when status is 'setup' or 'onboarding'). Users may click 'Open App' and land on a 404 or blank Vercel page without understanding why. The status badge is shown but not connected to the CTA button state.

Category: usability File: src/components/product-header.tsx Recommendation: When product.status is 'setup' or 'onboarding', replace or augment the 'Open App' button with a tooltip explaining 'Deployment in progress — your app will be ready shortly' and show a subtle Loader2 spinner icon instead of the Globe icon. Alternatively, disable the button with a tooltip for these states.