166e1f5d Bootstrap now captures an admin_theme parameter, persists it to sessionStorage, and exposes it globally.
- Bootstrap reads a new admin_theme URL parameter and stores it in sessionStorage under the key app-bridge-admin-theme.
- When the admin_theme parameter is absent from the URL, App Bridge now falls back to a previously cached sessionStorage value.
- The captured value is exposed as globalThis.__shopifyAdminTheme so other code in the page can read the active admin theme.
Files 20
+95 -73
15 modified