bolt.diy/app/components/chat
KevIsDev b41691f6f2 feat(previews): add refreshAllPreviews method to refresh all previews
This commit introduces the `refreshAllPreviews` method in the `PreviewsStore` class, which iterates through all previews and triggers a file change broadcast for each. This ensures that all previews are updated after a file save operation.

refactor(CodeBlock): handle unsupported languages by falling back to plaintext

The `CodeBlock` component now defaults to 'plaintext' when an unsupported language is detected, improving the user experience by avoiding unsupported language errors.

prompts: update dependency installation instructions

The prompts documentation has been updated to clarify the process of installing dependencies, emphasizing the importance of updating `package.json` first and avoiding individual package installations.
2025-04-22 20:42:38 +01:00
..
chatExportAndImport
APIKeyManager.tsx
Artifact.tsx feat(chat): adjust chat layout and add rewind/fork functionality 2025-04-15 22:54:00 +01:00
AssistantMessage.tsx style(chat): adjust spacing and margins in chat components 2025-04-16 13:17:55 +01:00
BaseChat.module.scss
BaseChat.tsx refactor: move qrCodeStore to lib/stores for better organization 2025-04-18 11:45:14 +01:00
Chat.client.tsx refactor(files): optimize file deletion logic for better performance 2025-04-19 12:57:14 +01:00
ChatAlert.tsx
CodeBlock.module.scss
CodeBlock.tsx feat(previews): add refreshAllPreviews method to refresh all previews 2025-04-22 20:42:38 +01:00
ExamplePrompts.tsx feat(chat): add new example prompt for bolt.diy app 2025-04-17 14:54:50 +01:00
FilePreview.tsx
GitCloneButton.tsx
ImportFolderButton.tsx
Markdown.module.scss
Markdown.spec.ts
Markdown.tsx
Messages.client.tsx feat(llm): add new models for xAI and Google providers 2025-04-18 13:45:11 +01:00
ModelSelector.tsx
NetlifyDeploymentLink.client.tsx
ProgressCompilation.tsx
ScreenshotStateManager.tsx
SendButton.client.tsx
SpeechRecognition.tsx
StarterTemplates.tsx
SupabaseAlert.tsx
SupabaseConnection.tsx style(icons): update icon classes and add netlify.svg 2025-04-19 00:05:04 +01:00
ThoughtBox.tsx
UserMessage.tsx feat(chat): adjust chat layout and add rewind/fork functionality 2025-04-15 22:54:00 +01:00
VercelDeploymentLink.client.tsx