diff --git a/components/modals/FullscreenModal.vue b/components/modals/FullscreenModal.vue new file mode 100644 index 00000000..3443c5ae --- /dev/null +++ b/components/modals/FullscreenModal.vue @@ -0,0 +1,76 @@ + + + + + + + + + \ No newline at end of file diff --git a/components/modals/playlists/AddCreateModal.vue b/components/modals/playlists/AddCreateModal.vue index f8ea4763..8a4f3f10 100644 --- a/components/modals/playlists/AddCreateModal.vue +++ b/components/modals/playlists/AddCreateModal.vue @@ -1,41 +1,49 @@ - - - - Add to Playlist - - - - - - - - arrow_back - - New Playlist - - + + + Add to Playlist + + close + + - - - Create + + + + + + arrow_back + New Playlist + - - - - - - {{ loading ? 'Loading..' : 'No Playlists' }} - - - add - New Playlist - + + + + Create - + + + + + + + + + {{ loading ? 'Loading..' : 'No Playlists' }} + + + + + + + + Create New Playlist + + +
Add to Playlist
New Playlist
{{ loading ? 'Loading..' : 'No Playlists' }}
Create New Playlist