feat(creator): introduce Album component and refactor AboutCreator to use it
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
<template>
|
||||
<div class="album-editor">
|
||||
<h2 class="text-xl font-semibold mb-4">{{ t('creator.sections.album.title') }}</h2>
|
||||
|
||||
<h2 class="text-xl font-semibold mb-4">
|
||||
{{ t('creator.sections.album.title') }}
|
||||
</h2>
|
||||
|
||||
<!-- Drop zone with photos -->
|
||||
<div class="drop-zone"
|
||||
@dragover.prevent
|
||||
@drop.prevent="handleDrop"
|
||||
@click="triggerFileInput">
|
||||
|
||||
<!-- Upload prompt -->
|
||||
<div class="drop-zone-content">
|
||||
<v-icon size="large">mdi-plus</v-icon>
|
||||
@@ -68,6 +72,7 @@
|
||||
</template>
|
||||
</draggable>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user