bolt.diy/app/components/chat
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
..
chatExportAndImport feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
APIKeyManager.tsx fix: api-key manager cleanup and log error on llm call (#1077) 2025-01-13 04:21:29 +05:30
Artifact.tsx feat: integrate Supabase for database operations and migrations 2025-03-19 23:11:31 +00:00
AssistantMessage.tsx feat: enhanced Code Context and Project Summary Features (#1191) 2025-01-29 15:37:20 +05:30
BaseChat.module.scss updated theme color 2024-12-08 02:12:02 +05:30
BaseChat.tsx feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00
Chat.client.tsx feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00
ChatAlert.tsx fix: show netlify deployed link 2025-02-25 19:02:03 +00:00
CodeBlock.module.scss fix: remove monorepo 2024-09-25 19:54:09 +01:00
CodeBlock.tsx Fixed theming of Copy Code button 2024-12-16 18:21:30 +01:00
ExamplePrompts.tsx pre commit lint 2024-12-01 15:17:02 -05:00
FilePreview.tsx adjusting spaces for X button in file-preview 2024-11-30 00:04:53 -05:00
GitCloneButton.tsx feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
ImportFolderButton.tsx feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
Markdown.module.scss fix: remove monorepo 2024-09-25 19:54:09 +01:00
Markdown.spec.ts [fix]: artifact actionlist rendering in chat 2024-11-26 15:45:49 +05:30
Markdown.tsx feat: enhanced Code Context and Project Summary Features (#1191) 2025-01-29 15:37:20 +05:30
Messages.client.tsx fix: auto scroll fix, scroll allow user to scroll up during ai response (#1299) 2025-02-12 01:11:14 +05:30
ModelSelector.tsx Add click outside handler to close ModelSelector dropdown 2025-02-15 16:59:58 +01:00
NetlifyDeploymentLink.client.tsx feat: add Vercel integration for project deployment 2025-03-27 00:06:10 +00:00
ProgressCompilation.tsx fix: show netlify deployed link 2025-02-25 19:02:03 +00:00
ScreenshotStateManager.tsx Initial commit for screen cap feature 2024-12-05 17:30:45 -05:00
SendButton.client.tsx Refactor to use newver v4 version of Vercel AI package 2024-12-09 17:26:33 +02:00
SpeechRecognition.tsx Split code a little bit 2024-12-04 20:51:27 +02:00
StarterTemplates.tsx revert 2025-01-30 23:05:04 +01:00
SupabaseAlert.tsx feat: integrate Supabase for database operations and migrations 2025-03-19 23:11:31 +00:00
SupabaseConnection.tsx refactor: remove debug log and improve button layout in SupabaseConnection 2025-03-25 13:54:15 +00:00
ThoughtBox.tsx feat: added support for reasoning content (#1168) 2025-01-25 16:16:19 +05:30
UserMessage.tsx feat: make user made changes persistent after reload (#1387) 2025-02-27 13:34:57 +05:30
VercelDeploymentLink.client.tsx feat: add Vercel integration for project deployment 2025-03-27 00:06:10 +00:00