bolt.diy/app/lib/stores
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
..
chat.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00
editor.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00
files.ts refactor(files): optimize file deletion logic for better performance 2025-04-19 12:57:14 +01:00
logs.ts add install ollama models , fixes 2025-01-28 22:57:06 +01:00
netlify.ts feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
previews.ts feat(previews): add refreshAllPreviews method to refresh all previews 2025-04-22 20:42:38 +01:00
profile.ts Final UI V3 2025-02-02 01:42:30 +01:00
qrCodeStore.ts refactor: move qrCodeStore to lib/stores for better organization 2025-04-18 11:45:14 +01:00
settings.ts feat: added anthropic dynamic models (#1374) 2025-02-26 22:04:46 +05:30
streaming.ts fix: show netlify deployed link 2025-02-25 19:02:03 +00:00
supabase.ts fix: ensure supabase credentials are persistent on reloads 2025-03-20 14:22:35 +00:00
tabConfigurationStore.ts Final UI V3 2025-02-02 01:42:30 +01:00
terminal.ts Lint-fix all files in app 2024-11-21 22:05:35 +01:00
theme.ts Service console check providers 2025-01-30 01:58:47 +01:00
vercel.ts feat: add Vercel integration for project deployment 2025-03-27 00:06:10 +00:00
workbench.ts feat(llm): add new models for xAI and Google providers 2025-04-18 13:45:11 +01:00