You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Save to demo assets (for example `src/assets/onesignal_logo.svg`) and render it in the header component used by this demo (`src/pages/Home.tsx`) via import:
124
124
`import OneSignalLogo from '../assets/onesignal_logo.svg';`
125
-
- Use the logo as the `OneSignal` wordmark and show separate `Sample App` text
125
+
- Use the logo as the `OneSignal` wordmark and show separate `Cordova` text
126
126
- Do not inline long SVG paths in `Home.tsx`/header JSX
127
127
128
128
- Download padded icon PNG:
@@ -442,7 +442,7 @@ User Section layout (separate section card titled "User", placed after App Secti
442
442
2. `LOGIN USER` button:
443
443
- Shows `LOGIN USER` when no user is logged in
444
444
- Shows `SWITCH USER` when a user is logged in
445
-
- Opens modal with empty `External User Id` field
445
+
- Opens "Login User" modal with empty `External User Id` field
446
446
447
447
3. `LOGOUT USER` button (only visible when a user is logged in)
448
448
@@ -507,8 +507,8 @@ Send In-App Message Section:
507
507
Aliases Section:
508
508
509
509
- Section title includes info icon (use `MdInfoOutline` from `react-icons/md`).
510
-
- List showing key-value pairs (read-only, no delete icons).
511
-
- Each item shows: Label | ID.
510
+
- Stacked key-value list (read-only, no delete icons).
511
+
- Each item shows Label on top, ID below (see styles.md "Stacked" list layout).
0 commit comments