harb/web-app/src
johba ca2bc03567 fix: feat: basic analytics funnel tracking for launch readiness (#1101)
Add self-hosted Umami analytics to replace the third-party cloud.umami.is
tracker. Creates @harb/analytics package with typed event helpers and
instruments the conversion funnel: CTA clicks (landing), wallet connect,
swap initiated, and stake created (web-app).

- Add Umami Docker service sharing existing postgres (separate DB)
- Add Caddy /analytics route to proxy Umami dashboard
- Configure via VITE_UMAMI_URL and VITE_UMAMI_WEBSITE_ID env vars
- Document setup and funnel events in docs/ENVIRONMENT.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 13:04:24 +00:00
..
assets added web-app and landing 2025-09-23 14:18:04 +02:00
components fix: unstakePosition() has no error handling at all (#482) 2026-03-06 18:15:30 +00:00
composables fix: feat: basic analytics funnel tracking for launch readiness (#1101) 2026-03-23 13:04:24 +00:00
contracts fix: Clean up dead code and stale domain references across landing + web-app (#189) 2026-02-23 13:04:02 +00:00
directives webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
layouts fix: Dead comment in NavbarLayout.vue (#258) 2026-02-25 06:42:34 +00:00
router fix: clean URLs, contract addresses, gitmodule (#16, #58, #147) (#162) 2026-02-20 17:28:59 +01:00
services fill stake e2e 2025-10-11 17:54:49 +00:00
types added web-app and landing 2025-09-23 14:18:04 +02:00
utils fix: Move BigInt formatting functions from helper.ts to kraiken-lib/format (#246) 2026-02-24 23:00:58 +00:00
views fix: Double trigger of loadLiquidityStats on initial mount (#361) 2026-03-03 07:52:02 +00:00
App.vue webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
config.ts fix: web-app config.ts fails when deployments-local.json is absent 2026-03-20 10:45:13 +00:00
env.d.ts feature/ci (#84) 2026-02-02 19:24:57 +01:00
main.ts fix: feat: basic analytics funnel tracking for launch readiness (#1101) 2026-03-23 13:04:24 +00:00
wagmi.ts feat: shared @harb/web3 package + landing wallet connect (#157) (#159) 2026-02-19 20:18:27 +01:00