segment highlight, all-efforts table, live segment selection preview

This commit is contained in:
Vincent van der Wal
2026-07-22 17:15:25 +02:00
parent 2c82445291
commit e59340d33d
8 changed files with 128 additions and 6 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ const TYPE_SLOT: Record<string, number> = {
'backcountry ski': 6,
'nordic ski': 6,
snowboard: 6,
snowshoe: 6
snowshoe: 6,
segment: 7
};
function hash(s: string): number {