Skip to content

Commit b3086cf

Browse files
committed
adjust prompt
1 parent 55fe75b commit b3086cf

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

examples/build.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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
187192
5. 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

0 commit comments

Comments
 (0)