forked from AkkomaGang/akkoma-fe
Add apply and reset themes to top of theme tab
This commit is contained in:
parent
2725a0c639
commit
8fa0331771
1 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,21 @@
|
|||
<template>
|
||||
<div class="theme-tab">
|
||||
<div class="presets-container">
|
||||
<div class="apply-container">
|
||||
<button
|
||||
class="btn button-default submit"
|
||||
:disabled="!themeValid"
|
||||
@click="setCustomTheme"
|
||||
>
|
||||
{{ $t('general.apply') }}
|
||||
</button>
|
||||
<button
|
||||
class="btn button-default"
|
||||
@click="clearAll"
|
||||
>
|
||||
{{ $t('settings.style.switcher.reset') }}
|
||||
</button>
|
||||
</div><br>
|
||||
<div class="save-load">
|
||||
<div
|
||||
v-if="themeWarning"
|
||||
|
|
Loading…
Reference in a new issue