import of v2 on appearance tab works now

This commit is contained in:
Henry Jameson 2024-10-03 02:16:55 +03:00
commit 13838a75a9
5 changed files with 71 additions and 25 deletions

View file

@ -3,8 +3,17 @@
class="appearance-tab"
:label="$t('settings.general')"
>
<div class="setting-item">
<div class="setting-item heading">
<h2>{{ $t('settings.theme') }}</h2>
<button
class="btn button-default"
@click="importTheme"
>
<FAIcon icon="folder-open" />
{{ $t('settings.style.themes3.editor.load_style') }}
</button>
</div>
<div class="setting-item">
<ul
ref="themeList"
class="theme-list"