Update worker node design and add missing token#1140
Open
Douglasymlai wants to merge 4 commits intomainfrom
Open
Update worker node design and add missing token#1140Douglasymlai wants to merge 4 commits intomainfrom
Douglasymlai wants to merge 4 commits intomainfrom
Conversation
a7m-1st
reviewed
Feb 6, 2026
| <div | ||
| key={id} | ||
| className={`relative w-full rounded-xl border bg-surface-primary px-sm py-2 ${className || ''} group overflow-visible`} | ||
| className={`rounded-xl bg-surface-tertiary px-sm py-2 relative w-full border ${className || ''} group overflow-visible`} |
Contributor
Author
There was a problem hiding this comment.
@a7m-1st I am still cleaning up the commit. Somehow the prettier just force my code formate change lol
Collaborator
There was a problem hiding this comment.
oh okay, its fine just reference for me to test as I was just skimming the code yesterday
a7m-1st
reviewed
Feb 6, 2026
…ibility - Downgrade prettier-plugin-tailwindcss to v0.6.14 for Tailwind v3 compatibility - Add tailwindConfig to .prettierrc.json for proper Tailwind CSS class sorting - Update design tokens: - Change input background to use tertiary surface - Update tag foreground to use information surface - Adjust task running fill to primary surface - Refine border focus color intensity across all themes - Add background CSS variable for consistent theme support This fixes formatting issues caused by prettier-plugin-tailwindcss v0.7.2 which requires Tailwind v4, while the project uses Tailwind v3. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
4631956 to
670bd03
Compare
- Add Copy button to task reports for easy clipboard access - Implement AnimatePresence for smooth UI transitions - Refactor hook declarations for better React compliance - Fix dependency arrays to use direct references instead of extracted variables - Simplify failed task filtering (remove reAssignTo check) - Add early return guard for chatStore safety - Improve handleShowLog function implementation This redesign improves UX for worker node interactions and task report management. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1c35f68 to
ce5bc05
Compare
a7m-1st
approved these changes
Feb 10, 2026
Collaborator
a7m-1st
left a comment
There was a problem hiding this comment.
The Bg change, Tooltip, and new completion report LGTM thanks @Douglasymlai

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
close #997
What is the purpose of this pull request?