From 5e8b5b87d11b236980f61c7cc3f7da9ee90fa8e1 Mon Sep 17 00:00:00 2001 From: openclaws <41108781+absol89@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:22:17 +0200 Subject: [PATCH 01/23] Hide location from player list; default to party menu tab (#868) --- .../src/app/components/player-list/player-list.component.html | 4 ---- Code/skyrim_ui/src/app/store/ui.repository.ts | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Code/skyrim_ui/src/app/components/player-list/player-list.component.html b/Code/skyrim_ui/src/app/components/player-list/player-list.component.html index 8bccbd5fe..712f2c59a 100644 --- a/Code/skyrim_ui/src/app/components/player-list/player-list.component.html +++ b/Code/skyrim_ui/src/app/components/player-list/player-list.component.html @@ -12,9 +12,6 @@ {{ 'COMPONENT.PARTY_LIST.TABLE_HEADERS.LEVEL' | transloco }} {{ 'COMPONENT.PARTY_LIST.TABLE_HEADERS.NAME' | transloco }} - - {{ 'COMPONENT.PARTY_LIST.TABLE_HEADERS.LOCATION' | transloco }} - @@ -22,7 +19,6 @@ {{ player.level }} {{ player.name }} - {{ player.cellName }}