🐛Bugfix: When the list of agents is empty, the column width will shrink#2045
Merged
🐛Bugfix: When the list of agents is empty, the column width will shrink#2045
Conversation
WMC001
approved these changes
Dec 10, 2025
YehongPan
approved these changes
Dec 10, 2025
… check for any unsaved agent changes
Contributor
|
后续建议一个PR只解决一个问题,保证小布快跑的节奏,除非多个问题的关联性比较强需要一次性解决。 |
loveTsong
approved these changes
Dec 10, 2025
Phinease
approved these changes
Dec 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix issue1: At certain screen widths, the three columns may partially overlap. Using Ant Design's responsive layout to adapt to different screen sizes
Fix issue2: When the list of agents is empty, the column width will shrink. #2042
Fix issue3: scroll button position didn't adapt to textarea height #1586
Fix issue4: models configuration button is overlapped in small screens #2037
By using the responsive button text, when the screen is smaller, use theshort version button text:

Fix issue5: on the setup page, clicking "Complete Configuration" does not check for any unsaved agent changes #1921
https://github.com/user-attachments/assets/8e26502e-9da8-48da-8209-96ce988f5542
Fix issue6: i18n text replace & clear the model search field after changing the model type #2008
20251210_153303.mp4