bolt.diy/app/lib/stores
KevIsDev 443dc646fb refactor(files): optimize file deletion logic for better performance
Refactor the file deletion logic in FilesStore to precompute prefixes and iterate through files only once. This reduces the complexity of nested loops and improves performance by applying all deletions in a single update to the store. Additionally, remove a redundant console.log statement in Chat.client.tsx and update the prompts documentation for clarity.
2025-04-19 12:57:14 +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 fix: optimize file watch paths for preview updates and fix npm crashes. 2025-04-14 13:34:33 +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