mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-23 05:31:23 +00:00
fix(dashboard): clarify Kanban Ready vs assignment
Ready column help and fallbacks now describe dependency-ready work; show a badge on unassigned ready cards and fix the stale unassigned tooltip. Align localized Ready help strings with the new semantics. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
c7db6a5800
commit
63503ebb14
18 changed files with 40 additions and 17 deletions
8
plugins/kanban/dashboard/dist/style.css
vendored
8
plugins/kanban/dashboard/dist/style.css
vendored
|
|
@ -280,6 +280,14 @@
|
|||
padding: 0.05rem 0.3rem !important;
|
||||
}
|
||||
|
||||
.hermes-kanban-needs-assignee {
|
||||
font-size: 0.6rem !important;
|
||||
padding: 0.05rem 0.3rem !important;
|
||||
background: color-mix(in srgb, var(--color-warning, #d4b348) 16%, transparent);
|
||||
border-color: color-mix(in srgb, var(--color-warning, #d4b348) 45%, var(--color-border));
|
||||
color: var(--color-foreground);
|
||||
}
|
||||
|
||||
.hermes-kanban-assignee {
|
||||
font-weight: 500;
|
||||
color: color-mix(in srgb, var(--color-foreground) 80%, var(--color-muted-foreground));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue