upload request prototype UI

This commit is contained in:
Čarodej
2022-02-16 16:57:57 +01:00
parent 3fafc811fe
commit 394a7b6baf
197 changed files with 6927 additions and 2738 deletions
@@ -4,7 +4,12 @@
<small class="text-xs font-bold text-gray-400 dark:text-gray-600">
{{ title }}
</small>
<chevron-up-icon v-if="canCollapseWrapper" size="12" class="vue-feather mr-5 transform cursor-pointer text-gray-300" :class="{ 'rotate-180': !isVisible }" />
<chevron-up-icon
v-if="canCollapseWrapper"
size="12"
class="vue-feather mr-5 transform cursor-pointer text-gray-300"
:class="{ 'rotate-180': !isVisible }"
/>
</div>
<slot v-if="isVisible" />