feat: add backup recovery, setup wizard and user-view guards
Magent CI/CD / verify (push) Successful in 5m20s
Magent CI/CD / deploy-beta (push) Successful in 1m41s

This commit is contained in:
2026-09-18 17:23:03 +12:00
parent a6a4a9aa24
commit fd6671cf7e
44 changed files with 4650 additions and 114 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ export default function UserViewBanner() {
<div className="user-view-banner" role="status">
<div>
<strong>User view</strong>
<span>You are previewing the non-admin experience. Your account and backend permissions remain admin.</span>
<span>
Admin controls are hidden. You are still using your own account and data; backend permissions are unchanged.
</span>
</div>
<button type="button" onClick={() => setUserViewPreview(false)}>
Exit user view