From 5996f9df7a06064ee01aa6fa032d266a2c6edfba Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Thu, 26 Feb 2026 21:20:35 +0700 Subject: [PATCH] fix(accounts-ui): remove extra left-column wrapper layers --- ui/src/pages/accounts.tsx | 242 ++++++++++++++++++-------------------- 1 file changed, 115 insertions(+), 127 deletions(-) diff --git a/ui/src/pages/accounts.tsx b/ui/src/pages/accounts.tsx index dc0813b1..b0c5efe1 100644 --- a/ui/src/pages/accounts.tsx +++ b/ui/src/pages/accounts.tsx @@ -60,9 +60,6 @@ export function AccountsPage() {

Accounts

- - Action Center -

Manage @@ -73,149 +70,140 @@ export function AccountsPage() {

- - - Action Center - - Primary actions plus migration status in one place. - - - -
-

- Primary Actions -

+
+

+ Primary Actions +

+ + + +
+ + {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. +

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

- 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. -
- )} -
- - - - - - Guide & Commands - Continuity modes and CLI shortcuts. - - - + + + - -
-
-

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 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.

+
+ + + + -
-

Quick Commands

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