refactor(journal): removed seperate driver & dispatcher stats dropdowns; added button leading to player profile view

This commit is contained in:
2026-02-08 22:00:15 +01:00
parent 1365140802
commit 0f8932b53c
9 changed files with 57 additions and 386 deletions
-13
View File
@@ -62,19 +62,6 @@ export namespace Journal {
default: boolean;
}
export enum StatsTab {
DRIVER_STATS = 'journal-driver-stats',
DISPATCHER_STATS = 'journal-dispatcher-stats',
DAILY_STATS = 'journal-daily-stats'
}
export interface StatsButton {
tab: StatsTab;
localeKey: string;
iconName: string;
disabled: boolean;
}
export interface TimetableStopDetails {
stopName: string;
arrivalTimestamp: number;