-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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
💄 style: add optimistic loading for image uploading #2700
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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2700 +/- ##
========================================
Coverage 94.09% 94.10%
========================================
Files 357 357
Lines 20591 20696 +105
Branches 1585 1592 +7
========================================
+ Hits 19376 19476 +100
- Misses 1215 1220 +5 ☔ 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.162.8](v0.162.7...v0.162.8) <sup>Released on **2024-05-28**</sup> #### 💄 Styles - **misc**: Add optimistic loading for image uploading. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Add optimistic loading for image uploading, closes [#2700](#2700) ([f99c9ce](f99c9ce)) </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.162.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.42.4](v1.42.3...v1.42.4) <sup>Released on **2024-05-28**</sup> #### 💄 Styles - **misc**: Add optimistic loading for image uploading, improve display of `set limited history messages`, `randomness` and `voice input`. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Add optimistic loading for image uploading, closes [lobehub#2700](https://github.com/bentwnghk/lobe-chat/issues/2700) ([f99c9ce](f99c9ce)) * **misc**: Improve display of `set limited history messages`, `randomness` and `voice input`, closes [lobehub#2586](https://github.com/bentwnghk/lobe-chat/issues/2586) ([22c9b9c](22c9b9c)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
* 🚸 refactor: add optimistic loading for file uploading * ✅ test: fix tests * 🚸 style: improve error fallback * ♻️ refactor: improve swr type * ✅ test: fix tests
### [Version 0.162.8](lobehub/lobe-chat@v0.162.7...v0.162.8) <sup>Released on **2024-05-28**</sup> #### 💄 Styles - **misc**: Add optimistic loading for image uploading. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Add optimistic loading for image uploading, closes [lobehub#2700](lobehub#2700) ([f99c9ce](lobehub@f99c9ce)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
针对开启 S3 的场景下,上传重构为乐观更新模式,进而优化用户体验
📝 补充信息 | Additional Information
refs: #1851