fix(ui): subtask overflow/borders, settings Preferred IDE card, chat …#1246
Open
claytonlin1110 wants to merge 1 commit intoeigent-ai:mainfrom
Open
fix(ui): subtask overflow/borders, settings Preferred IDE card, chat …#1246claytonlin1110 wants to merge 1 commit intoeigent-ai:mainfrom
claytonlin1110 wants to merge 1 commit intoeigent-ai:mainfrom
Conversation
Contributor
Author
|
@Wendong-Fan Please review. |
Contributor
Author
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.
Description
Addresses UI/UX items from eigent-ai/eigent#1243 (v0.0.82).
Changes
Subtask (TaskItem)
min-w-0,flex-1,overflow-hidden, andbreak-wordsso long content stays inside the box.border-bso the box draws as one aligned rectangle.Settings – General (Preferred IDE)
rounded-2xl/bg-surface-secondary/px-6 py-4).gap-6and description spacing (mb-4).Chat – UserQueryGroup (Sticky Task Box & Other Messages)
pl-sm→px-smfor symmetric padding.pl-3→px-smto match task box and user message.pl-3so it aligns with message content.TaskCard
pl-smwithpx-smon the task card wrapper for symmetric padding and consistent alignment in the left panel.Closes #1243
What is the purpose of this pull request?