Added playlist list in library

This commit is contained in:
Eliot Berriot 2018-03-21 11:58:53 +01:00
parent 38a4559083
commit f66dff3504
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 250 additions and 2 deletions

View file

@ -21,8 +21,11 @@
<option :value="c.value" v-for="c in privacyLevelChoices">{{ c.label }}</option>
</select>
</div>
<div class="field">
<label>&nbsp;</label>
<button :class="['ui', {'loading': isLoading}, 'button']" type="submit">Create playlist</button>
</div>
</div>
<button :class="['ui', {'loading': isLoading}, 'button']" type="submit">Create playlist</button>
</form>
</template>