stack/apps/dashboard
mantrakp04 22e17c9dd4 fix(metrics): correct 1d revenue, chart date safety, globe zoom, UA merge, region locale
- metrics-page: derive revenue total from daily revenue series so the 1d view
  no longer shows $0 (hourly composed data has no revenue granularity)
- line-chart: make formatChartXAxisTick resilient to unparseable dates instead
  of throwing (the prior NaN check was unreachable)
- globe: disable OrbitControls zoom in non-interactive mode so the globe no
  longer captures page scroll
- analytics batch route: preserve non-object event.data instead of dropping it;
  only stamp the fallback User-Agent onto object payloads
- top-lists: use a fixed 'en' locale for region names to avoid SSR hydration
  mismatches (dashboard UI is English-only)
2026-06-01 17:13:49 -07:00
..
public Fix Hexclave logo SVGs: convert wordmark text to outlined paths (#1517) 2026-05-28 17:53:56 -07:00
scripts feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
src fix(metrics): correct 1d revenue, chart date safety, globe zoom, UA merge, region locale 2026-06-01 17:13:49 -07:00
.env feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
.env.development feat(hexclave): PR 1 — wire compatibility layer (invisible) (#1475) 2026-05-23 17:24:55 -07:00
.eslintrc.cjs Config sources (#1083) 2026-01-21 18:08:35 -08:00
.gitignore Custom dashboards and unified ai no playground (#1243) 2026-03-13 20:24:40 +00:00
.npmrc Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
components.json Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
DESIGN-GUIDE.md feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
instrumentation-client.ts feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
LICENSE Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
next.config.mjs Remote dev envs (#1435) 2026-05-19 15:54:18 -07:00
package.json Merge branch 'dev' into codex/analytics-overview-filters 2026-06-01 13:45:25 -07:00
postcss.config.js Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
tailwind.config.ts feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
tsconfig.json fix flaky typecheck test (#1072) 2025-12-17 12:26:12 -08:00
vitest.config.ts In-source unit tests (#429) 2025-02-14 11:47:52 -08:00