-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ refactor: refactor the setting storage from localStorage to indexedDB #1180
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
8a19c4d
to
fc1677e
Compare
bf90605
to
9ed0a06
Compare
9ed0a06
to
1759d0f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1180 +/- ##
==========================================
- Coverage 91.54% 91.33% -0.21%
==========================================
Files 175 184 +9
Lines 8583 8849 +266
Branches 1057 1070 +13
==========================================
+ Hits 7857 8082 +225
- Misses 726 767 +41 ☔ View full report in Codecov by Sentry. |
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 0.122.3](v0.122.2...v0.122.3) <sup>Released on **2024-01-30**</sup> #### ♻ Code Refactoring - **misc**: Refactor the setting storage from localStorage to indexedDB. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor the setting storage from localStorage to indexedDB, closes [#1180](#1180) ([615e796](615e796)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 0.122.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.4.2](v1.4.1...v1.4.2) <sup>Released on **2024-01-31**</sup> #### ♻ Code Refactoring - **misc**: Refactor the setting storage from localStorage to indexedDB. #### 🐛 Bug Fixes - **misc**: Fix plugin gateway auth. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor the setting storage from localStorage to indexedDB, closes [lobehub#1180](https://github.com/bentwnghk/lobe-chat/issues/1180) ([615e796](615e796)) #### What's fixed * **misc**: Fix plugin gateway auth, closes [lobehub#1195](https://github.com/bentwnghk/lobe-chat/issues/1195) ([2184167](2184167)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 0.122.3](lobehub/lobe-chat@v0.122.2...v0.122.3) <sup>Released on **2024-01-30**</sup> #### ♻ Code Refactoring - **misc**: Refactor the setting storage from localStorage to indexedDB. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor the setting storage from localStorage to indexedDB, closes [#1180](lobehub/lobe-chat#1180) ([615e796](lobehub/lobe-chat@615e796)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
改造 globalStore 获取数据方式,以支持 #913 与 #1173
📝 补充信息 | Additional Information
refs: