Commit e4c8605
fix(ag-ui): hide sidebar launcher hint when App mode is on
In App mode the Google Map is the full-bleed background and the chat
sidebar floats over it, so the placeholder "Use the launcher…" hint
(projected into chat-sidebar's default content slot) floated unreadably
over the map. Gate it on appMode !== 'on' so it only shows in plain
sidebar mode where the area behind the chat is genuinely empty.
Verified via DOM probe: /sidebar appMode off → hint present (1);
/sidebar?appmode=on with the map mounted → hint absent (0).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a5e15af commit e4c8605
1 file changed
Lines changed: 7 additions & 3 deletions
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments