fix(gateway): restore detailed public map preview

This commit is contained in:
2026-08-09 09:58:09 +00:00
parent 73edd0230f
commit 79acbd7b9b
4 changed files with 418 additions and 53 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ const handlePasswordReset = async (): Promise<void> => {
<span>{{ dateText }}</span>
</header>
<div v-if="mapData && mapLayout" class="map-frame">
<MapPreview :map-data="mapData" :map-layout="mapLayout" />
<MapPreview :map-data="mapData" :map-layout="mapLayout" mode="detail" />
</div>
<div v-else class="status-message">
{{ statusLoading ? '현황을 불러오는 중…' : statusError }}
@@ -565,6 +565,7 @@ const handleEnter = async (profile: LobbyProfile, targetPath: string) => {
<MapPreview
:map-data="selectedMapPreview.mapData"
:map-layout="selectedMapPreview.mapLayout"
mode="detail"
/>
<div v-if="profileDetails[selectedMapProfile.profileName]" class="text-xs text-zinc-400 mt-2">
유저 {{ profileDetails[selectedMapProfile.profileName]?.userCnt ?? '-' }} /