lint
This commit is contained in:
parent
9fbf426388
commit
8dc45514ef
2 changed files with 3 additions and 4 deletions
|
|
@ -12,8 +12,7 @@ import { newImporter } from 'src/services/export_import/export_import.js'
|
||||||
import { convertTheme2To3 } from 'src/services/theme_data/theme2_to_theme3.js'
|
import { convertTheme2To3 } from 'src/services/theme_data/theme2_to_theme3.js'
|
||||||
import { init } from 'src/services/theme_data/theme_data_3.service.js'
|
import { init } from 'src/services/theme_data/theme_data_3.service.js'
|
||||||
import {
|
import {
|
||||||
getCssRules,
|
getCssRules
|
||||||
getScopedVersion
|
|
||||||
} from 'src/services/theme_data/css_utils.js'
|
} from 'src/services/theme_data/css_utils.js'
|
||||||
import { deserialize } from 'src/services/theme_data/iss_deserializer.js'
|
import { deserialize } from 'src/services/theme_data/iss_deserializer.js'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
:disabled="switchInProgress"
|
:disabled="switchInProgress"
|
||||||
@click="resetTheming"
|
@click="resetTheming"
|
||||||
>
|
>
|
||||||
<preview id="theme-preview-stock"/>
|
<preview id="theme-preview-stock" />
|
||||||
<h4 class="theme-name">
|
<h4 class="theme-name">
|
||||||
{{ $t('settings.style.stock_theme_used') }}
|
{{ $t('settings.style.stock_theme_used') }}
|
||||||
<span class="alert neutral version">v3</span>
|
<span class="alert neutral version">v3</span>
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
:disabled="switchInProgress"
|
:disabled="switchInProgress"
|
||||||
@click="style.version === 'v2' ? setTheme(style.key) : setStyle(style.key)"
|
@click="style.version === 'v2' ? setTheme(style.key) : setStyle(style.key)"
|
||||||
>
|
>
|
||||||
<preview :id="'theme-preview-' + style.key"/>
|
<preview :id="'theme-preview-' + style.key" />
|
||||||
<h4 class="theme-name">
|
<h4 class="theme-name">
|
||||||
{{ style.name }}
|
{{ style.name }}
|
||||||
<span class="alert neutral version">{{ style.version }}</span>
|
<span class="alert neutral version">{{ style.version }}</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue