feat(FN-3279): refresh review state on manual trigger and restore roadmap e
Adds review tab refresh UX, metadata, and API (FN-3279) alongside permanent-agent action gating coordination tools (FN-3724), and introduces two new workspace plugin packages: `fusion-plugin-even-cards` (board/task cards with auth and board-routes) and `fusion-plugin-even-realities-glasses` (cards, Fusion-Task-Id: FN-3279
This commit is contained in:
@@ -114,6 +114,16 @@
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.task-review-tab__refresh-meta {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
.task-review-tab__refresh-meta .status-dot {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.task-review-tab__error {
|
||||
color: var(--color-error);
|
||||
}
|
||||
@@ -145,4 +155,8 @@
|
||||
.task-review-tab__actions .btn {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.task-review-tab__refresh-meta {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user