From cd7f2358e526597924463380059207b0d96a1354 Mon Sep 17 00:00:00 2001 From: pa Date: Tue, 23 Sep 2025 07:41:42 +0900 Subject: [PATCH] refactor: split photon related code out of PlayerList --- src/views/PlayerList/PlayerList.vue | 484 +----------------- .../components/PhotonEventTable.vue | 430 ++++++++++++++++ 2 files changed, 440 insertions(+), 474 deletions(-) create mode 100644 src/views/PlayerList/components/PhotonEventTable.vue diff --git a/src/views/PlayerList/PlayerList.vue b/src/views/PlayerList/PlayerList.vue index 9f23515e..2115fcc9 100644 --- a/src/views/PlayerList/PlayerList.vue +++ b/src/views/PlayerList/PlayerList.vue @@ -194,451 +194,7 @@ -
-
- - - - - {{ - t('view.player_list.photon.chatbox_blacklist') - }} - -
- 🟢 - ⚪ - 🔴 -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+