docfast/public/partials
DocFast Bot 8f3b1a9660
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m8s
feat: convert change-email from modal to standalone page + Stripe customer.updated webhook
- Add /change-email as a proper standalone page (public/src/change-email.html)
  with API key input, new email input, verification code flow, and success state
- Update footer partial: change "/#change-email" link to "/change-email" on all pages
- Remove email change modal HTML and hash-handler JS from index page source
- Add /change-email to sitemap.xml
- Rebuild all HTML files via build-html.cjs

- Add updateEmailByCustomer() to src/services/keys.ts
- Add customer.updated webhook handler in src/routes/billing.ts
  to sync email changes made via Stripe dashboard back to DocFast
2026-02-17 11:31:37 +00:00
..
_footer.html feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
_modals.html fix: QA audit bugs BUG-051/052/056/057/059/062/063/064/065/066/068 2026-02-17 08:15:03 +00:00
_nav.html feat: Pro limit 2,500/mo, website templating, cleanup 2026-02-16 18:46:59 +00:00
_styles_base.html Fix: sticky navbar on all pages 2026-02-17 10:38:52 +00:00
_styles_index_extra.html refactor: merge duplicate nav/style partials, fix sticky nav overflow 2026-02-17 11:20:47 +00:00