fix(gateway): restore detailed public map preview
This commit is contained in:
@@ -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 ?? '-' }} /
|
||||
|
||||
Reference in New Issue
Block a user