stack/.github/assets
Bilal Godil b90998c8da feat(dashboard): add one-time Stack Auth → Hexclave rebrand modal
Announces the rebrand to authenticated dashboard users whose
signedUpAt predates 2026-05-27 UTC (the rebrand cutoff). Brand-new
users signing up after the cutoff already land on Hexclave-branded
surfaces and don't see the modal.

- Modal lives in the protected dashboard layout via
  apps/dashboard/src/app/(main)/(protected)/layout-client.tsx so it
  surfaces on any logged-in route once per browser.
- Gated on useUser({ or: "return-null" }) + signedUpAt < cutoff, so
  it never triggers a sign-in redirect for guests and never shows for
  post-rebrand signups.
- Dismissal (button, X, overlay, Escape) routes through onOpenChange
  and writes "hexclave-rebrand-modal-dismissed" to localStorage so it
  never re-appears for that browser.
- Illustration uses the existing Stack Auth logo (logo.svg /
  logo-bright.svg for dark mode) and the Hexclave benzene mark saved
  to public/hexclave-icon.svg.
- Copy links app.hexclave.com and docs.hexclave.com/migration.

Screenshot: .github/assets/hexclave-rebrand-modal.png
2026-05-26 15:37:45 -07:00
..
account-settings.png updated account setting image 2024-08-20 12:16:48 -07:00
components.png Update README (#158) 2024-07-27 21:54:57 -07:00
connected-accounts.png Update README (#158) 2024-07-27 21:54:57 -07:00
create-project.gif Update README (#158) 2024-07-27 21:54:57 -07:00
dark-light-mode.png Update README (#158) 2024-07-27 21:54:57 -07:00
dashboard.png Update README (#158) 2024-07-27 21:54:57 -07:00
email-editor.png Update README (#158) 2024-07-27 21:54:57 -07:00
hexclave-rebrand-modal.png feat(dashboard): add one-time Stack Auth → Hexclave rebrand modal 2026-05-26 15:37:45 -07:00
impersonate.png Update README (#158) 2024-07-27 21:54:57 -07:00
logo.png updated logo 2024-10-08 17:45:47 -07:00
m2m-auth.png Update README (#158) 2024-07-27 21:54:57 -07:00
oauth-refresh.png Update README (#158) 2024-07-27 21:54:57 -07:00
passkeys.png Improved passkey UX (#325) 2024-10-29 17:21:07 -07:00
permissions.png Update README (#158) 2024-07-27 21:54:57 -07:00
sign-in.png Update README (#158) 2024-07-27 21:54:57 -07:00
stack-webhooks.png Update README (#158) 2024-07-27 21:54:57 -07:00
team-switcher.png Update README (#158) 2024-07-27 21:54:57 -07:00
user-button.png Update README (#158) 2024-07-27 21:54:57 -07:00