Update audio player to player ui and separate out components

This commit is contained in:
advplyr 2022-05-31 20:13:46 -05:00
parent 792268f5ee
commit d37b25a6f6
6 changed files with 296 additions and 169 deletions

View file

@ -26,7 +26,7 @@
<div class="flex-grow" />
<span class="material-icons px-2 py-1 md:p-4 cursor-pointer" @click="closePlayer">close</span>
</div>
<audio-player
<player-ui
ref="audioPlayer"
:chapters="chapters"
:paused="!isPlaying"