diff --git a/src/components/PlayerProfileView/ProfileSummary.vue b/src/components/PlayerProfileView/ProfileSummary.vue index 9a23483..9282122 100644 --- a/src/components/PlayerProfileView/ProfileSummary.vue +++ b/src/components/PlayerProfileView/ProfileSummary.vue @@ -45,39 +45,61 @@ {{ t('profile.stats.dispatcher') }} + + + + +
+ +
+ + user icon + {{ d.stationName }} + + +
+ +
+ + train icon + {{ d.timetable.category }} + {{ d.trainNo }} + • + {{ d.currentStationName }} + • + {{ d.stockString.split(';')[0] }} + +
+
- -
-

{{ t('profile.stats.currently-online') }}

- -
- - user icon - {{ d.stationName }} - - -
- -
- - train icon - {{ d.timetable.category }} - {{ d.trainNo }} - • - {{ d.currentStationName }} - • - {{ d.stockString.split(';')[0] }} - -
-
-

@@ -265,7 +287,6 @@ const activeTrains = computed(() => { } .player-info, -.player-activity, .player-stats > div { background-color: var(--clr-tile); border-radius: 0.5em; @@ -282,6 +303,13 @@ const activeTrains = computed(() => { gap: 1em; } +.player-journal-links { + display: flex; + justify-content: center; + gap: 0.5em; + margin-top: 1em; +} + .badge-container { display: flex; justify-content: center;