bolt.diy/app/lib/common/prompts
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
..
optimized.ts fix: add Supabase database instructions to optimized prompts 2025-03-20 11:21:18 +00:00
prompts.ts refactor(files): optimize file deletion logic for better performance 2025-04-19 12:57:14 +01:00