diff --git a/ui/src/pages/accounts.tsx b/ui/src/pages/accounts.tsx index 6b368253..dc0813b1 100644 --- a/ui/src/pages/accounts.tsx +++ b/ui/src/pages/accounts.tsx @@ -75,142 +75,147 @@ export function AccountsPage() {
- Immediate Actions + Action Center + + Primary actions plus migration status in one place. + - - - - - + +
+

+ Primary Actions +

+ + + +
+ +
+

+ Legacy Migration +

+ {hasLegacyFollowUp ? ( +
+
+ +
+ {legacyContextCount > 0 && ( +

+ {legacyContextCount} account + {legacyContextCount > 1 ? 's still need' : ' still needs'}{' '} + first-time mode confirmation. +

+ )} + {legacyContinuityCount > 0 && ( +

+ {legacyContinuityCount} shared account + {legacyContinuityCount > 1 ? 's remain' : ' remains'} on standard + legacy continuity depth. +

+ )} +
+
+ +
+ ) : ( +
+ No legacy follow-up pending. +
+ )} +
- {hasLegacyFollowUp && ( -
-

- Migration Follow-up -

-
-
- -
- {legacyContextCount > 0 && ( -

- {legacyContextCount} account - {legacyContextCount > 1 ? 's still need' : ' still needs'} first-time - mode confirmation. -

- )} - {legacyContinuityCount > 0 && ( -

- {legacyContinuityCount} shared account - {legacyContinuityCount > 1 ? 's remain' : ' remains'} on standard legacy - continuity depth. -

- )} -
-
-
-
- )} - - {!hasLegacyFollowUp && ( -
- No legacy follow-up pending. -
- )} - - - - + + + Guide & Commands + Continuity modes and CLI shortcuts. + + + - - - -
-

Shared Standard

-

- Project workspace sync only. Best default for most teams. -

+ +
+
+

Shared Standard

+

+ Project workspace sync only. Best default for most teams. +

+
+
+

Shared Deeper

+

+ Adds session-env, file-history,{' '} + shell-snapshots, todos. +

+
+
+

Isolated

+

No link. Best for strict separation.

+
-
-

Shared Deeper

-

- Adds session-env, file-history,{' '} - shell-snapshots, todos. -

-
-
-

Isolated

-

No link. Best for strict separation.

-
- -
- - + + - - - Quick Commands - Copy and run in terminal. - - -
- - ccs auth create work --context-group sprint-a --deeper-continuity - - -
-
- ccs cliproxy auth claude - +
+

Quick Commands

+
+ + ccs auth create work --context-group sprint-a --deeper-continuity + + +
+
+ ccs cliproxy auth claude + +