bolt.diy/app
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
..
components feat(previews): add refreshAllPreviews method to refresh all previews 2025-04-22 20:42:38 +01:00
lib feat(previews): add refreshAllPreviews method to refresh all previews 2025-04-22 20:42:38 +01:00
routes style: fix code formatting and remove unused imports 2025-04-15 15:33:12 +01:00
styles feat(chat): adjust chat layout and add rewind/fork functionality 2025-04-15 22:54:00 +01:00
types feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00
utils refactor: move qrCodeStore to lib/stores for better organization 2025-04-18 11:45:14 +01:00
entry.client.tsx
entry.server.tsx feat: enhance context handling by adding code context selection and implementing summary generation (#1091) #release 2025-01-22 22:48:13 +05:30
root.tsx fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
vite-env.d.ts refactor: updated vite config to inject add version metadata into the app on build (#841) 2024-12-21 01:03:28 +05:30