-
fix: mobile nav close button + CI Gatekeeper auth
All checks were successfulBuild & Deploy / 🔍 Prepare (push) Successful in 6sBuild & Deploy / 🧪 QA (push) Successful in 2m25sBuild & Deploy / 🏗️ Build (push) Successful in 4m56sBuild & Deploy / 🚀 Deploy (push) Successful in 15sBuild & Deploy / 🧪 Post-Deploy Verification (push) Successful in 5m3sBuild & Deploy / 🔔 Notify (push) Successful in 3sreleased this
2026-02-28 18:25:53 +00:00 - Add explicit close (×) button inside mobile nav overlay
- Was unreachable because header's hamburger was behind overlay z-index
- New button lives inside the overlay at full z-index visibility
- Fix check-forms.ts: authenticate via Gatekeeper login form
- Old approach: inject raw password as session cookie (didn't work)
- New approach: navigate to protected page, detect Gatekeeper gate,
fill password form and submit to get a real server-signed session cookie - Fixes E2E form tests that failed because pages returned Gatekeeper HTML
Downloads
- Add explicit close (×) button inside mobile nav overlay