bolt.diy/app/lib
KevIsDev fe37f5ceea refactor: migrate snapshot storage from localStorage to IndexedDB
To improve data consistency and reliability, snapshot storage has been migrated from localStorage to IndexedDB. This change includes adding a new 'snapshots' object store, updating database version to 2, and modifying related functions to use IndexedDB for snapshot operations. The migration ensures better handling of snapshots alongside chat data and removes dependency on localStorage preventing UI lag.
2025-04-23 12:17:06 +01:00
..
.server/llm fix: update stream-text.ts (#1582) 2025-03-30 17:39:00 +02:00
api Final UI V3 2025-02-02 01:42:30 +01:00
common docs(prompts): update mobile app development instructions and styling guidelines 2025-04-22 22:26:29 +01:00
hooks refactor(chat): replace useSnapScroll with StickToBottom for smoother scrolling 2025-04-22 21:33:40 +01:00
modules/llm feat(llm): add new models for xAI and Google providers 2025-04-18 13:45:11 +01:00
persistence refactor: migrate snapshot storage from localStorage to IndexedDB 2025-04-23 12:17:06 +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 fix: cors issues from preview fixed by changing embedder policies (#1056) 2025-01-12 21:58:06 +05:30
crypto.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00
fetch.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00