fix(ui): make orphaned resources more visible#27756
fix(ui): make orphaned resources more visible#27756dhruvac29 wants to merge 2 commits intoargoproj:masterfrom
Conversation
✅ Preview Environment deployed on Bunnyshell
See: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
Signed-off-by: dhruvac29 <dhruvac29@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the Application Resource Tree UI styling so orphaned resources are easier to visually distinguish, addressing #27718 without changing the overall layout.
Changes:
- Adds a warning-colored 4px accent strip (via a left-to-right linear gradient) to orphaned resource nodes.
- Preserves the existing orphaned node background color to keep the current visual baseline.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a954503 to
8b8055c
Compare
|
@dhruvac29 Do you mind posting a screen shot of the UI change ? |
|
@pjiang-dev Could you share the preview login details or attach the screenshot from your side if it needs changes? |
|
@dhruvac29 you should run/test the changes locally. |
|
@crenshaw-dev The change is limited to the orphaned resource node state: it keeps the existing background and adds the warning-color accent on the left.
|

Fixes #27718
This updates the orphaned resource styling in the application resource tree to make orphaned objects easier to distinguish from normal resources.
The change keeps the existing orphaned background color and adds a small warning-color accent strip, avoiding broader resource tree redesign or layout changes.
Validation: