File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,18 +178,23 @@ App Section layout:
178178 - Separated from the above toggle by a horizontal divider
179179 - NOT a blocking overlay - user can interact with app regardless of state
180180
181- 4. "Logged in as" display (ABOVE the buttons, only visible when logged in):
182- - Prominent green Card background (#E8F5E9)
183- - "Logged in as:" label
184- - External User ID displayed large and centered (bold, green #2E7D32)
185- - Positioned ABOVE the Login/Switch User button
181+ 4. User status card (always visible, ABOVE the login/logout buttons):
182+ - Card with two rows separated by a divider
183+ - Row 1: "Status" label on the left, value on the right
184+ - Row 2: "External ID" label on the left, value on the right
185+ - When logged out:
186+ - Status shows "Anonymous"
187+ - External ID shows "–" (dash)
188+ - When logged in:
189+ - Status shows "Logged In" with green styling (Color(0xFF2E7D32))
190+ - External ID shows the actual external user ID
186191
1871925. LOGIN USER button:
188193 - Shows "LOGIN USER" when no user is logged in
189194 - Shows "SWITCH USER" when a user is logged in
190195 - Opens dialog with empty "External User Id" field
191196
192- 6. LOGOUT USER button
197+ 6. LOGOUT USER button (only visible when a user is logged in)
193198```
194199
195200### Prompt 2.2 - Push Section
You can’t perform that action at this time.
0 commit comments