bilhej/frontend/e2e
Joakim Mörling 7a95c1423c
Some checks failed
CI / Lint, type check, unit tests, coverage (pull_request) Successful in 2m22s
CI / E2E browser tests (pull_request) Failing after 1m3s
Make customer-facing UI usable on smartphones.
Mobile traffic was breaking on narrow viewports because the header nav
overflowed and several pages used desktop-only spacing. This adds a
shared phone breakpoint, a hamburger menu, and scroll-to-top on route
changes so footer and menu navigation always land at the top of the page.

- Add --page-gutter and max-width 639px rules in base.css
- AppHeader: hamburger panel on small screens; flat account links on mobile
- AppFooter: stack footer links vertically on phones
- Home, compose, edit order, orders, auth, and legal pages: tighter gutters
  and responsive layout (orders card actions stack; home grids single-column)
- Router scrollBehavior: scroll to top on navigation; restore on browser back
- Tests: AppHeader menu toggle, Router scrollBehavior, mobile Playwright checks

Admin page is intentionally unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 13:03:35 +02:00
..
helpers Add account settings dropdown and verified email change flow. 2026-05-22 14:33:06 +02:00
account-settings.spec.ts Add account settings dropdown and verified email change flow. 2026-05-22 14:33:06 +02:00
admin-dashboard.spec.ts Fix admin dashboard e2e tests for updated UI selectors. 2026-05-21 15:41:03 +02:00
auth-guards.spec.ts Add account settings dropdown and verified email change flow. 2026-05-22 14:33:06 +02:00
compose.spec.ts Use bilhej.se domain for dev test user email. 2026-05-21 15:14:11 +02:00
deferred-payment-admin.spec.ts Polish orders page UI for pending and completed cards. 2026-05-22 11:38:26 +02:00
header-auth.spec.ts Make customer-facing UI usable on smartphones. 2026-05-26 13:03:35 +02:00
login.spec.ts Use bilhej.se domain for dev test user email. 2026-05-21 15:14:11 +02:00
order-history.spec.ts Fix order cancellation by allowing cancelled in the database status constraint. 2026-05-22 11:53:25 +02:00
password-reset.spec.ts Add password reset, logged-in change password, and Mailpit email dev/E2E. 2026-05-21 18:05:15 +02:00
payment-redirect.spec.ts Use bilhej.se domain for dev test user email. 2026-05-21 15:14:11 +02:00
register.spec.ts feat: add login page with Playwright E2E tests 2026-05-13 19:17:29 +02:00
vehicle-lookup.spec.ts Use bilhej.se domain for dev test user email. 2026-05-21 15:14:11 +02:00