mirror of
https://github.com/nkanaev/yarr.git
synced 2025-10-29 06:09:58 +00:00
loading animation
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<option value=""></option>
|
||||
<option :value="folder.id" v-for="folder in folders">{{ folder.title }}</option>
|
||||
</select>
|
||||
<button class="btn btn-block btn-outline-secondary mt-3" type="button">Add</button>
|
||||
<button class="btn btn-block btn-outline-secondary mt-3 loading" type="button">Add</button>
|
||||
</div>
|
||||
<div v-else-if="settings=='manage'">
|
||||
<div v-for="folder in foldersWithFeeds" class="mb-4">
|
||||
|
||||
Reference in New Issue
Block a user