Restyle feed page (#410)

This commit is contained in:
IceDBorn
2021-09-04 18:02:59 +03:00
committed by GitHub
parent c97a0ef6c6
commit 7211cad369
2 changed files with 37 additions and 15 deletions

View File

@@ -1,6 +1,20 @@
<template>
<h1 class="uk-text-bold uk-text-center">Subscriptions</h1>
<button
v-if="authenticated"
@click="exportHandler"
class="uk-button uk-button-small"
style="background: #222"
type="button"
>
<router-link to="/import">
Import from JSON
</router-link>
</button>
<br />
<button
v-if="authenticated"
@click="exportHandler"