Adds an option to export follows

This commit is contained in:
aka 2018-05-13 20:47:08 -03:00
parent 622e8cd94f
commit fae7a40aeb
3 changed files with 40 additions and 1 deletions

View file

@ -66,6 +66,13 @@
<p>{{$t('settings.follow_import_error')}}</p>
</div>
</div>
<div class="setting-item" v-if="enableFollowsExport">
<h3>{{$t('settings.follow_export')}}</h3>
<button class="btn btn-default" @click="exportFollows">{{$t('settings.follow_export_button')}}</button>
</div>
<div class="setting-item" v-else>
<h3>{{$t('settings.follow_export_processing')}}</h3>
</div>
</div>
</div>
</template>