bolt.diy/app/lib
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
..
.server/llm fix: update stream-text.ts (#1582) 2025-03-30 17:39:00 +02:00
api
common feat(previews): add refreshAllPreviews method to refresh all previews 2025-04-22 20:42:38 +01:00
hooks feat: update connectiontab and datatab security fix (#1614) 2025-04-08 13:06:43 +02:00
modules/llm feat(llm): add new models for xAI and Google providers 2025-04-18 13:45:11 +01:00
persistence feat: bolt dyi datatab (#1570) 2025-03-29 20:43:07 +01:00
runtime feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00
services feat: bolt dyi datatab (#1570) 2025-03-29 20:43:07 +01:00
stores feat(previews): add refreshAllPreviews method to refresh all previews 2025-04-22 20:42:38 +01:00
webcontainer
crypto.ts
fetch.ts