bolt.diy/app/components/deploy
KevIsDev 33305c4326 feat(deploy): add deploy alert system for build and deployment status
Introduce a new `DeployAlert` interface and related components to provide visual feedback on build and deployment stages. This includes status updates for Vercel and Netlify deployments, with progress visualization and error handling. The changes enhance user experience by offering real-time updates during the deployment process.
2025-04-04 11:22:56 +01:00
..
DeployAlert.tsx feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00
NetlifyDeploy.client.tsx feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00
VercelDeploy.client.tsx feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00