* Order by decreasing ids on the home page. * Confirmation modals when deleting / refetching items. * Spinners when loading. * Getting started message when there is no recipe. * Add the ability to refetch a recipe from the website (when a Weboob module has been improved for instance).
8 lines
213 B
Vue
8 lines
213 B
Vue
<template>
|
|
<v-layout row>
|
|
<v-flex xs12 class="text-xs-center">
|
|
<v-progress-circular indeterminate :size="70" :width="7"></v-progress-circular>
|
|
</v-flex>
|
|
</v-layout>
|
|
</template>
|