Adding upload permission to users, directory structure readme update

This commit is contained in:
advplyr 2021-09-18 12:45:34 -05:00
parent 07994d38d5
commit c884fd6880
12 changed files with 148 additions and 75 deletions

View file

@ -18,7 +18,7 @@
</li>
<template v-else>
<template v-for="item in items">
<li :key="item.id" class="text-gray-50 select-none relative cursor-pointer hover:bg-black-400" role="option" @click="clickedOption(item)">
<li :key="item.id" class="text-gray-50 select-none relative cursor-pointer hover:bg-black-400 py-1" role="option" @click="clickedOption(item)">
<template v-if="item.type === 'audiobook'">
<cards-audiobook-search-card :audiobook="item.data" />
</template>