harb/landing/src
johba 097121e0fe fix: use full-page navigation for cross-app CTA links
The landing page CTA used router.push('/app/get-krk') which was caught
by the catch-all route and redirected back to '/'. Since landing and
webapp are separate Vue apps behind Caddy, cross-app navigation needs
window.location.href to trigger a real browser request through the
reverse proxy.

Also simplify the analytics E2E test to avoid race conditions between
event capture and page unload during navigation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:04:56 +00:00
..
assets copy: remove AI claims, reframe as adaptive protocol (#160) 2026-02-20 09:00:34 +01:00
components fix: Add audit badge and contract addresses prominently on landing (#147) 2026-03-22 18:28:02 +00:00
composables feat(landing): add strict ESLint + Prettier with pre-commit hooks (#50) 2025-10-03 13:19:20 +02:00
router fix: Unmatched /docs/* subroutes silently render empty DocsView (#347) 2026-02-28 10:12:10 +00:00
views fix: use full-page navigation for cross-app CTA links 2026-03-23 17:04:56 +00:00
App.vue feat(landing): add strict ESLint + Prettier with pre-commit hooks (#50) 2025-10-03 13:19:20 +02:00
main.ts fix: feat: basic analytics funnel tracking for launch readiness (#1101) 2026-03-23 13:04:24 +00:00