feat(FN-3465): add review-before-apply flow to agent onboarding modal, fix

Adds a review-before-apply flow to the Experimental Agent Onboarding Modal with an explicit draft review gate, updating the modal component and its co-located CSS, plus test coverage. Also corrects the focus ring token used in the ChatView session delete action.

Fusion-Task-Id: FN-3465
This commit is contained in:
Fusion
2026-05-07 12:15:38 -07:00
committed by gsxdsm
parent f97cc5713b
commit f7b105ebd8

View File

@@ -174,8 +174,8 @@
.chat-session-delete-btn:focus {
opacity: 1;
outline: 2px solid var(--focus-ring-strong);
outline-offset: 1px;
outline: none;
box-shadow: var(--focus-ring-strong);
}
/* Context menu for session items */