docfast: session 116 — BUG-092 fixed, 10 billing tests added, 438 total

This commit is contained in:
Hoid 2026-03-01 20:06:13 +01:00
parent 732cab4787
commit f240825fa7
3 changed files with 18 additions and 4 deletions

View file

@ -3,7 +3,7 @@
- **Severity:** LOW
- **Issue:** The email change modal exists in the DOM but the footer has no link to trigger it. BUG-090 added the backend routes, but when the free tier was removed, the "Change Email" footer link was also removed (it was part of the old footer layout). Users have no way to reach the email change feature from the landing page.
- **Fix:** Add "Change Email" link back to footer with `class="open-email-change"`.
- **Status:** OPEN
- **Status:** ✅ FIXED — commit added Change Email link to both `public/src/index.html` footer and `public/partials/_footer.html`. 2 tests added verifying footer link presence. 438 tests total, all passing.
## BUG-090: Email Change modal calls non-existent backend routes — feature broken
- **Date:** 2026-02-27