Release 0.15.0-alpha #43

Merged
uz1mani merged 61 commits from staging into main 2026-03-12 23:13:42 +00:00
29 changed files with 2603 additions and 451 deletions
Showing only changes of commit 4cd9544672 - Show all commits

View File

@@ -56,7 +56,7 @@ export default function JourneysPage() {
{ value: '', label: 'All entry points' },
...(entryPoints ?? []).map((ep) => ({
value: ep.path,
label: `${ep.path} (${ep.sessions.toLocaleString()})`,
label: `${ep.path} (${ep.session_count.toLocaleString()})`,
})),
]