stack/.github
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
..
assets feat(dashboard): add one-time Stack Auth → Hexclave rebrand modal 2026-05-26 15:37:45 -07:00
recurseml-rules Clarifying Recurse ML Naming Rules (#872) 2025-09-02 09:31:14 -07:00
workflows ci(hexclave): scope mirror publish to @hexclave/* packages 2026-05-26 10:25:58 -07:00
.recurseml.yaml Add Recurse ML rules for naming and code patterns (#780) 2025-07-18 09:58:23 -07:00
auto_assign.yml Run auto-assign on draft PRs 2025-04-10 10:18:47 -07:00
pull_request_template.md feat(hexclave): PR 2 — visible rebrand to Hexclave 2026-05-23 17:35:08 -07:00
SECURITY.md feat(hexclave): PR 2 — visible rebrand to Hexclave 2026-05-23 17:35:08 -07:00