• v2.2.3 089ce13c59

    fix: mobile nav close button + CI Gatekeeper auth
    All checks were successful
    Build & Deploy / 🔍 Prepare (push) Successful in 6s
    Build & Deploy / 🧪 QA (push) Successful in 2m25s
    Build & Deploy / 🏗️ Build (push) Successful in 4m56s
    Build & Deploy / 🚀 Deploy (push) Successful in 15s
    Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 5m3s
    Build & Deploy / 🔔 Notify (push) Successful in 3s

    mmintel released 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