-
-
Notifications
You must be signed in to change notification settings - Fork 13.5k
๐ style: fix setting window layout when in desktop was disappear #8585
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
Reviewer's GuideThe PR resolves an issue where the desktop settings layout was not visible by removing the fixed zero width restriction, allowing the container to expand via flexbox as intended. Class diagram for Desktop Layout style fixclassDiagram
class Layout {
+children
+category
+ref
+theme
+md
+style // style prop changed: removed width: '0'
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
TestGru AssignmentSummary
Tip You can |
๐ @ONLY-yours Thank you for raising your pull request and contributing to our Community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ONLY-yours - I've reviewed your changes and they look great!
Help me be more useful! Please click ๐ or ๐ on each comment and I'll use the feedback to improve your reviews.
โค๏ธ Great PR @ONLY-yours โค๏ธ 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. |
Codecov Reportโ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8585 +/- ##
=======================================
Coverage 85.58% 85.58%
=======================================
Files 909 909
Lines 69073 69073
Branches 4531 4531
=======================================
Hits 59114 59114
Misses 9959 9959
Flags with carried forward coverage won't be shown. Click here to find out more. โ View full report in Codecov by Sentry. ๐ New features to boost your workflow:
|
### [Version 1.104.5](v1.104.4...v1.104.5) <sup>Released on **2025-07-28**</sup> #### ๐ Styles - **misc**: Fix setting window layout when in desktop was disappear. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Fix setting window layout when in desktop was disappear, closes [#8585](#8585) ([74ab822](74ab822)) </details> <div align="right"> [](#readme-top) </div>
๐ This PR is included in version 1.104.5 ๐ The release is available on: Your semantic-release bot ๐ฆ๐ |
## [Version 1.104.0](v1.103.3...v1.104.0) <sup>Released on **2025-07-28**</sup> #### โจ Features - **misc**: Implement API Key management functionality, support custom hotkey on desktop. #### ๐ Bug Fixes - **misc**: Fix update hotkey invalid when input mod in desktop, update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider. #### ๐ Styles - **misc**: Add Gemini 2.5 Flash-Lite GA model, fix setting window layout size, fix setting window layout when in desktop was disappear, update i18n. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Implement API Key management functionality, closes [lobehub#8535](https://github.com/jaworldwideorg/OneJA-Bot/issues/8535) ([fdaa725](fdaa725)) * **misc**: Support custom hotkey on desktop, closes [lobehub#8559](https://github.com/jaworldwideorg/OneJA-Bot/issues/8559) ([b50f121](b50f121)) #### What's fixed * **misc**: Fix update hotkey invalid when input mod in desktop, closes [lobehub#8572](https://github.com/jaworldwideorg/OneJA-Bot/issues/8572) ([07f3e6a](07f3e6a)) * **misc**: Update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider, closes [lobehub#8557](https://github.com/jaworldwideorg/OneJA-Bot/issues/8557) ([d1e4a54](d1e4a54)) #### Styles * **misc**: Add Gemini 2.5 Flash-Lite GA model, closes [lobehub#8539](https://github.com/jaworldwideorg/OneJA-Bot/issues/8539) ([404ac21](404ac21)) * **misc**: Fix setting window layout size, closes [lobehub#8483](https://github.com/jaworldwideorg/OneJA-Bot/issues/8483) ([4902341](4902341)) * **misc**: Fix setting window layout when in desktop was disappear, closes [lobehub#8585](https://github.com/jaworldwideorg/OneJA-Bot/issues/8585) ([74ab822](74ab822)) * **misc**: Update i18n, closes [lobehub#8579](https://github.com/jaworldwideorg/OneJA-Bot/issues/8579) ([2eccbc7](2eccbc7)) </details> <div align="right"> [](#readme-top) </div>
### [Version 1.104.5](lobehub/lobe-chat@v1.104.4...v1.104.5) <sup>Released on **2025-07-28**</sup> #### ๐ Styles - **misc**: Fix setting window layout when in desktop was disappear. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Fix setting window layout when in desktop was disappear, closes [lobehub#8585](lobehub#8585) ([45c6a00](lobehub@45c6a00)) </details> <div align="right"> [](#readme-top) </div>
### [Version 1.104.5](lobehub/lobe-chat@v1.104.4...v1.104.5) <sup>Released on **2025-07-28**</sup> #### ๐ Styles - **misc**: Fix setting window layout when in desktop was disappear. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Fix setting window layout when in desktop was disappear, closes [lobehub#8585](lobehub#8585) ([74ab822](lobehub@74ab822)) </details> <div align="right"> [](#readme-top) </div>
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
๐ ่กฅๅ ไฟกๆฏ | Additional Information
Summary by Sourcery
Bug Fixes: