릴리스: v1.3.56 관리자 배지 색상 적용 및 아이템 드래그 핸들 추가

This commit is contained in:
2026-04-02 11:59:15 +09:00
parent 0a3fce2130
commit 4fc7bcb29a
3 changed files with 41 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ const props = defineProps({
<div v-if="!props.selectedGame?.items?.length" class="hint">아직 등록된 기본 아이템이 없어요.</div>
<div v-else :ref="props.gameItemListRef" class="thumbGrid">
<div v-for="item in props.selectedGame.items" :key="item.id" class="thumbCard" :data-game-item-id="item.id">
<div class="thumbCard__dragHandle" data-game-item-handle>순서 이동</div>
<img class="thumb thumb--game" :src="toApiUrl(item.src)" :alt="item.label" />
<input v-model="item.draftLabel" class="input input--labelEdit" placeholder="아이템 이름" />
<div class="thumbCard__actions">