From 63e29743d91ba1e96a2acdf28e7e3ed4040afa35 Mon Sep 17 00:00:00 2001 From: hided62 Date: Tue, 1 Sep 2026 05:55:27 +0000 Subject: [PATCH] =?UTF-8?q?fix(game-ui):=20=EB=AA=85=EC=9E=A5=EC=9D=BC?= =?UTF-8?q?=EB=9E=8C=20=EC=9C=A0=EB=8B=88=ED=81=AC=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=ED=85=9C=20=EC=84=A4=EB=AA=85=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/game-frontend/src/views/BestGeneralView.vue | 16 +++++++++++++++- .../frontend-legacy-parity/visual-parity.spec.ts | 13 ++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/app/game-frontend/src/views/BestGeneralView.vue b/app/game-frontend/src/views/BestGeneralView.vue index 56d652cc..269cb6f4 100644 --- a/app/game-frontend/src/views/BestGeneralView.vue +++ b/app/game-frontend/src/views/BestGeneralView.vue @@ -2,6 +2,7 @@ import { onMounted, ref, watch } from 'vue'; import { useRouter } from 'vue-router'; +import RichTooltip from '../components/ui/RichTooltip.vue'; import { resolveGeneralIconUrl, useDefaultGeneralIcon } from '../utils/generalIcon'; import { trpc } from '../utils/trpc'; @@ -138,7 +139,14 @@ watch(viewMode, () => {

{{ section.title }}