remove v-directives

This commit is contained in:
pa
2026-01-17 01:09:27 +09:00
committed by Natsumi
parent 043765dc8f
commit af12687264
34 changed files with 84 additions and 95 deletions

View File

@@ -50,7 +50,7 @@
</span>
</template>
<template #gallery>
<div v-loading="galleryDialogGalleryLoading">
<div>
<input
id="GalleryUploadButton"
type="file"
@@ -123,7 +123,7 @@
</template>
<template #icons>
<div v-loading="galleryDialogIconsLoading">
<div>
<input
id="VRCPlusIconUploadButton"
type="file"
@@ -195,7 +195,7 @@
</template>
<template #emojis>
<div v-loading="galleryDialogEmojisLoading">
<div>
<input
id="EmojiUploadButton"
type="file"
@@ -350,7 +350,7 @@
</template>
<template #stickers>
<div v-loading="galleryDialogStickersLoading">
<div>
<input
id="StickerUploadButton"
type="file"
@@ -413,7 +413,7 @@
</template>
<template #prints>
<div v-loading="galleryDialogPrintsLoading">
<div>
<input
id="PrintUploadButton"
type="file"
@@ -503,7 +503,7 @@
</template>
<template #inventory>
<div v-loading="galleryDialogInventoryLoading">
<div>
<br />
<br />
<div style="display: flex; align-items: center">

View File

@@ -6,7 +6,7 @@
</Button>
<span class="header">{{ t('dialog.screenshot_metadata.header') }}</span>
</div>
<div v-loading="screenshotMetadataDialog.loading" @dragover.prevent @dragenter.prevent @drop="handleDrop">
<div @dragover.prevent @dragenter.prevent @drop="handleDrop">
<span>{{
t('dialog.screenshot_metadata.drag')
}}</span>

View File

@@ -8,7 +8,7 @@
<div class="category-header" @click="toggleCategory('group')">
<ChevronDown
class="rotation-transition"
:class="{ 'is-rotated': !categoryCollapsed['group'] }" />
:class="{ 'is-rotated': categoryCollapsed['group'] }" />
<span class="category-title">{{ t('view.tools.group.header') }}</span>
</div>
<div class="tools-grid" v-show="!categoryCollapsed['group']">
@@ -30,7 +30,7 @@
<div class="category-header text-2xl" @click="toggleCategory('image')">
<ChevronDown
class="rotation-transition"
:class="{ 'is-rotated': !categoryCollapsed['image'] }" />
:class="{ 'is-rotated': categoryCollapsed['image'] }" />
<span class="category-title">{{ t('view.tools.pictures.header') }}</span>
</div>
<div class="tools-grid" v-show="!categoryCollapsed['image']">
@@ -93,9 +93,7 @@
<div class="tool-category">
<div class="category-header text-2xl" @click="toggleCategory('user')">
<ChevronDown
class="rotation-transition"
:class="{ 'is-rotated': !categoryCollapsed['user'] }" />
<ChevronDown class="rotation-transition" :class="{ 'is-rotated': categoryCollapsed['user'] }" />
<span class="category-title">{{ t('view.tools.export.header') }}</span>
</div>
@@ -160,7 +158,7 @@
<div class="category-header" @click="toggleCategory('other')">
<ChevronDown
class="rotation-transition"
:class="{ 'is-rotated': !categoryCollapsed['other'] }" />
:class="{ 'is-rotated': categoryCollapsed['other'] }" />
<span class="category-title">{{ t('view.tools.other.header') }}</span>
</div>
<div class="tools-grid" v-show="!categoryCollapsed['other']">

View File

@@ -314,9 +314,6 @@
cursor: pointer;
}
.event-card .badges .following-badge.is-following {
}
.event-card .badges .share-badge {
display: flex;
align-items: center;

View File

@@ -91,7 +91,7 @@
</script>
<template>
<div v-loading="props.isLoading" class="group-calendar-month">
<div class="group-calendar-month">
<CalendarRoot
v-slot="{ grid, weekDays }"
:model-value="internalValue"

View File

@@ -6,7 +6,7 @@
</DialogHeader>
<InputGroupTextareaField
v-model="exportAvatarsListCsv"
v-loading="loading"
:rows="15"
readonly
style="margin-top: 15px"

View File

@@ -58,7 +58,7 @@
class="search-input" />
</div>
<div class="groups-grid" v-loading="isLoading">
<div class="groups-grid">
<div v-if="filteredGroupEvents.length" class="groups-container">
<div v-for="group in filteredGroupEvents" :key="group.groupId" class="group-row">
<div class="group-header" @click="toggleGroup(group.groupId)">