Add:Podcast create form #225

This commit is contained in:
advplyr
2022-12-08 17:54:56 -06:00
parent 705bbaccc1
commit 379fa21571
8 changed files with 582 additions and 12 deletions
+3 -3
View File
@@ -31,15 +31,15 @@
</div>
</template>
<template v-else>
<div class="flex items-center mb-4 py-4 px-2">
<div class="flex items-center py-4 px-2">
<div class="flex items-center" @click="clearSelected">
<span class="material-icons text-2xl text-gray-300">arrow_back</span>
<p class="pl-2 uppercase text-sm font-semibold text-gray-300 leading-4 pb-px">Back</p>
</div>
</div>
<div class="p-2">
<p>Selected Podcast Feed</p>
<div class="w-full py-2 search-results-container overflow-y-auto overflow-x-hidden">
<forms-new-podcast-form :podcast-data="selectedPodcast" :podcast-feed-data="selectedPodcastFeed" :processing.sync="processing" />
</div>
</template>