2020-01-29 13:37:25 -06:00
|
|
|
<template>
|
2020-02-16 12:10:51 -06:00
|
|
|
<div>
|
2020-01-29 13:37:25 -06:00
|
|
|
<portal to="icon"><fa :icon="faCog"/></portal>
|
2020-02-16 12:19:27 -06:00
|
|
|
<portal to="title">{{ $t('clinetSettings') }}</portal>
|
2020-01-29 13:37:25 -06:00
|
|
|
|
2020-03-22 01:11:16 -05:00
|
|
|
<router-link v-if="$store.getters.isSignedIn" class="_panel _buttonPrimary" to="/my/settings" style="margin-bottom: var(--margin);">{{ $t('accountSettings') }}</router-link>
|
|
|
|
|
2020-01-29 13:37:25 -06:00
|
|
|
<x-theme/>
|
2020-02-16 12:10:51 -06:00
|
|
|
|
2020-02-19 11:40:53 -06:00
|
|
|
<section class="_card">
|
|
|
|
<div class="_title"><fa :icon="faMusic"/> {{ $t('sounds') }}</div>
|
|
|
|
<div class="_content">
|
2020-03-21 20:53:47 -05:00
|
|
|
<mk-range v-model="sfxVolume" :min="0" :max="1" :step="0.1">
|
2020-03-20 00:30:37 -05:00
|
|
|
<fa slot="icon" :icon="volumeIcon"/>
|
|
|
|
<span slot="title">{{ $t('volume') }}</span>
|
|
|
|
</mk-range>
|
2020-02-19 11:40:53 -06:00
|
|
|
</div>
|
|
|
|
<div class="_content">
|
|
|
|
<mk-select v-model="sfxNote">
|
|
|
|
<template #label>{{ $t('_sfx.note') }}</template>
|
|
|
|
<option v-for="sound in sounds" :value="sound" :key="sound">{{ sound || $t('none') }}</option>
|
|
|
|
<template #text><button class="_textButton" @click="listen(sfxNote)" v-if="sfxNote"><fa :icon="faPlay"/> {{ $t('listen') }}</button></template>
|
|
|
|
</mk-select>
|
2020-02-19 12:14:17 -06:00
|
|
|
<mk-select v-model="sfxNoteMy">
|
|
|
|
<template #label>{{ $t('_sfx.noteMy') }}</template>
|
|
|
|
<option v-for="sound in sounds" :value="sound" :key="sound">{{ sound || $t('none') }}</option>
|
|
|
|
<template #text><button class="_textButton" @click="listen(sfxNoteMy)" v-if="sfxNoteMy"><fa :icon="faPlay"/> {{ $t('listen') }}</button></template>
|
|
|
|
</mk-select>
|
2020-02-19 11:40:53 -06:00
|
|
|
<mk-select v-model="sfxNotification">
|
|
|
|
<template #label>{{ $t('_sfx.notification') }}</template>
|
|
|
|
<option v-for="sound in sounds" :value="sound" :key="sound">{{ sound || $t('none') }}</option>
|
|
|
|
<template #text><button class="_textButton" @click="listen(sfxNotification)" v-if="sfxNotification"><fa :icon="faPlay"/> {{ $t('listen') }}</button></template>
|
|
|
|
</mk-select>
|
|
|
|
<mk-select v-model="sfxChat">
|
|
|
|
<template #label>{{ $t('_sfx.chat') }}</template>
|
|
|
|
<option v-for="sound in sounds" :value="sound" :key="sound">{{ sound || $t('none') }}</option>
|
|
|
|
<template #text><button class="_textButton" @click="listen(sfxChat)" v-if="sfxChat"><fa :icon="faPlay"/> {{ $t('listen') }}</button></template>
|
|
|
|
</mk-select>
|
|
|
|
<mk-select v-model="sfxChatBg">
|
|
|
|
<template #label>{{ $t('_sfx.chatBg') }}</template>
|
|
|
|
<option v-for="sound in sounds" :value="sound" :key="sound">{{ sound || $t('none') }}</option>
|
|
|
|
<template #text><button class="_textButton" @click="listen(sfxChatBg)" v-if="sfxChatBg"><fa :icon="faPlay"/> {{ $t('listen') }}</button></template>
|
|
|
|
</mk-select>
|
2020-02-19 15:08:49 -06:00
|
|
|
<mk-select v-model="sfxAntenna">
|
|
|
|
<template #label>{{ $t('_sfx.antenna') }}</template>
|
|
|
|
<option v-for="sound in sounds" :value="sound" :key="sound">{{ sound || $t('none') }}</option>
|
|
|
|
<template #text><button class="_textButton" @click="listen(sfxAntenna)" v-if="sfxAntenna"><fa :icon="faPlay"/> {{ $t('listen') }}</button></template>
|
|
|
|
</mk-select>
|
2020-02-19 11:40:53 -06:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2020-02-16 12:10:51 -06:00
|
|
|
<section class="_card">
|
|
|
|
<div class="_title"><fa :icon="faCog"/> {{ $t('accessibility') }}</div>
|
|
|
|
<div class="_content">
|
|
|
|
<mk-switch v-model="autoReload">
|
|
|
|
{{ $t('autoReloadWhenDisconnected') }}
|
|
|
|
</mk-switch>
|
|
|
|
</div>
|
|
|
|
<div class="_content">
|
|
|
|
<mk-switch v-model="imageNewTab">{{ $t('openImageInNewTab') }}</mk-switch>
|
|
|
|
<mk-switch v-model="disableAnimatedMfm">{{ $t('disableAnimatedMfm') }}</mk-switch>
|
|
|
|
<mk-switch v-model="reduceAnimation">{{ $t('reduceUiAnimation') }}</mk-switch>
|
|
|
|
<mk-switch v-model="useOsNativeEmojis">
|
|
|
|
{{ $t('useOsNativeEmojis') }}
|
|
|
|
<template #desc><mfm text="🍮🍦🍭🍩🍰🍫🍬🥞🍪"/></template>
|
|
|
|
</mk-switch>
|
2020-02-18 15:16:49 -06:00
|
|
|
<mk-switch v-model="showFixedPostForm">{{ $t('showFixedPostForm') }}</mk-switch>
|
2020-04-13 09:46:53 -05:00
|
|
|
<mk-switch v-model="disablePagesScript">{{ $t('disablePagesScript') }}</mk-switch>
|
2020-02-16 12:10:51 -06:00
|
|
|
</div>
|
|
|
|
<div class="_content">
|
|
|
|
<mk-select v-model="lang">
|
|
|
|
<template #label>{{ $t('uiLanguage') }}</template>
|
|
|
|
|
|
|
|
<option v-for="x in langs" :value="x[0]" :key="x[0]">{{ x[1] }}</option>
|
|
|
|
</mk-select>
|
|
|
|
</div>
|
|
|
|
<div class="_content">
|
|
|
|
<div>{{ $t('fontSize') }}</div>
|
|
|
|
<mk-radio v-model="fontSize" value="small"><span style="font-size: 14px;">Aa</span></mk-radio>
|
|
|
|
<mk-radio v-model="fontSize" :value="null"><span style="font-size: 16px;">Aa</span></mk-radio>
|
|
|
|
<mk-radio v-model="fontSize" value="large"><span style="font-size: 18px;">Aa</span></mk-radio>
|
|
|
|
<mk-radio v-model="fontSize" value="veryLarge"><span style="font-size: 20px;">Aa</span></mk-radio>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<mk-button @click="cacheClear()" primary style="margin: var(--margin) auto;">{{ $t('cacheClear') }}</mk-button>
|
2020-01-29 13:37:25 -06:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
import Vue from 'vue';
|
2020-03-20 00:30:37 -05:00
|
|
|
import { faImage, faCog, faMusic, faPlay, faVolumeUp, faVolumeMute } from '@fortawesome/free-solid-svg-icons';
|
2020-02-16 12:10:51 -06:00
|
|
|
import MkInput from '../../components/ui/input.vue';
|
2020-01-29 13:37:25 -06:00
|
|
|
import MkButton from '../../components/ui/button.vue';
|
2020-02-16 12:10:51 -06:00
|
|
|
import MkSwitch from '../../components/ui/switch.vue';
|
|
|
|
import MkSelect from '../../components/ui/select.vue';
|
|
|
|
import MkRadio from '../../components/ui/radio.vue';
|
2020-03-20 00:30:37 -05:00
|
|
|
import MkRange from '../../components/ui/range.vue';
|
2020-02-16 12:10:51 -06:00
|
|
|
import XTheme from './theme.vue';
|
|
|
|
import i18n from '../../i18n';
|
|
|
|
import { langs } from '../../config';
|
2020-01-29 13:37:25 -06:00
|
|
|
|
2020-02-19 11:40:53 -06:00
|
|
|
const sounds = [
|
|
|
|
null,
|
2020-02-19 12:14:17 -06:00
|
|
|
'syuilo/up',
|
|
|
|
'syuilo/down',
|
2020-02-19 11:40:53 -06:00
|
|
|
'syuilo/pope1',
|
|
|
|
'syuilo/pope2',
|
|
|
|
'syuilo/waon',
|
2020-02-19 15:08:49 -06:00
|
|
|
'syuilo/popo',
|
|
|
|
'syuilo/triple',
|
2020-02-19 16:29:34 -06:00
|
|
|
'syuilo/poi1',
|
|
|
|
'syuilo/poi2',
|
2020-02-19 11:40:53 -06:00
|
|
|
'aisha/1',
|
|
|
|
'aisha/2',
|
|
|
|
'aisha/3',
|
|
|
|
'noizenecio/kick_gaba',
|
|
|
|
];
|
|
|
|
|
2020-01-29 13:37:25 -06:00
|
|
|
export default Vue.extend({
|
2020-02-16 12:10:51 -06:00
|
|
|
i18n,
|
|
|
|
|
2020-01-29 13:37:25 -06:00
|
|
|
metaInfo() {
|
|
|
|
return {
|
|
|
|
title: this.$t('settings') as string
|
|
|
|
};
|
|
|
|
},
|
|
|
|
|
|
|
|
components: {
|
|
|
|
XTheme,
|
2020-02-16 12:10:51 -06:00
|
|
|
MkInput,
|
2020-01-29 13:37:25 -06:00
|
|
|
MkButton,
|
2020-02-16 12:10:51 -06:00
|
|
|
MkSwitch,
|
|
|
|
MkSelect,
|
|
|
|
MkRadio,
|
2020-03-20 00:30:37 -05:00
|
|
|
MkRange
|
2020-01-29 13:37:25 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
data() {
|
|
|
|
return {
|
2020-02-16 12:10:51 -06:00
|
|
|
langs,
|
|
|
|
lang: localStorage.getItem('lang'),
|
|
|
|
fontSize: localStorage.getItem('fontSize'),
|
2020-02-19 11:40:53 -06:00
|
|
|
sounds,
|
2020-03-20 00:30:37 -05:00
|
|
|
faImage, faCog, faMusic, faPlay, faVolumeUp, faVolumeMute
|
2020-01-29 13:37:25 -06:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2020-02-16 12:10:51 -06:00
|
|
|
computed: {
|
|
|
|
autoReload: {
|
|
|
|
get() { return this.$store.state.device.autoReload; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'autoReload', value }); }
|
|
|
|
},
|
|
|
|
|
|
|
|
reduceAnimation: {
|
|
|
|
get() { return !this.$store.state.device.animation; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'animation', value: !value }); }
|
|
|
|
},
|
|
|
|
|
|
|
|
disableAnimatedMfm: {
|
|
|
|
get() { return !this.$store.state.device.animatedMfm; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'animatedMfm', value: !value }); }
|
|
|
|
},
|
|
|
|
|
|
|
|
useOsNativeEmojis: {
|
|
|
|
get() { return this.$store.state.device.useOsNativeEmojis; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'useOsNativeEmojis', value }); }
|
|
|
|
},
|
|
|
|
|
|
|
|
imageNewTab: {
|
|
|
|
get() { return this.$store.state.device.imageNewTab; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'imageNewTab', value }); }
|
|
|
|
},
|
2020-02-18 12:11:09 -06:00
|
|
|
|
2020-04-13 09:46:53 -05:00
|
|
|
disablePagesScript: {
|
|
|
|
get() { return this.$store.state.device.disablePagesScript; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'disablePagesScript', value }); }
|
|
|
|
},
|
|
|
|
|
2020-02-18 12:11:09 -06:00
|
|
|
showFixedPostForm: {
|
|
|
|
get() { return this.$store.state.device.showFixedPostForm; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'showFixedPostForm', value }); }
|
|
|
|
},
|
2020-02-18 15:16:49 -06:00
|
|
|
|
2020-02-19 11:40:53 -06:00
|
|
|
sfxVolume: {
|
|
|
|
get() { return this.$store.state.device.sfxVolume; },
|
2020-02-27 01:32:10 -06:00
|
|
|
set(value) { this.$store.commit('device/set', { key: 'sfxVolume', value: parseFloat(value, 10) }); }
|
2020-02-19 11:40:53 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
sfxNote: {
|
|
|
|
get() { return this.$store.state.device.sfxNote; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'sfxNote', value }); }
|
|
|
|
},
|
|
|
|
|
2020-02-19 12:14:17 -06:00
|
|
|
sfxNoteMy: {
|
|
|
|
get() { return this.$store.state.device.sfxNoteMy; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'sfxNoteMy', value }); }
|
|
|
|
},
|
|
|
|
|
2020-02-19 11:40:53 -06:00
|
|
|
sfxNotification: {
|
|
|
|
get() { return this.$store.state.device.sfxNotification; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'sfxNotification', value }); }
|
|
|
|
},
|
|
|
|
|
|
|
|
sfxChat: {
|
|
|
|
get() { return this.$store.state.device.sfxChat; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'sfxChat', value }); }
|
|
|
|
},
|
|
|
|
|
|
|
|
sfxChatBg: {
|
|
|
|
get() { return this.$store.state.device.sfxChatBg; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'sfxChatBg', value }); }
|
|
|
|
},
|
2020-02-19 15:08:49 -06:00
|
|
|
|
|
|
|
sfxAntenna: {
|
|
|
|
get() { return this.$store.state.device.sfxAntenna; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'sfxAntenna', value }); }
|
|
|
|
},
|
2020-03-20 00:30:37 -05:00
|
|
|
|
|
|
|
volumeIcon: {
|
|
|
|
get() {
|
|
|
|
return this.sfxVolume === 0 ? faVolumeMute : faVolumeUp;
|
|
|
|
}
|
|
|
|
}
|
2020-02-16 12:10:51 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
watch: {
|
|
|
|
lang() {
|
|
|
|
localStorage.setItem('lang', this.lang);
|
|
|
|
localStorage.removeItem('locale');
|
|
|
|
location.reload();
|
|
|
|
},
|
|
|
|
|
|
|
|
fontSize() {
|
|
|
|
if (this.fontSize == null) {
|
|
|
|
localStorage.removeItem('fontSize');
|
|
|
|
} else {
|
|
|
|
localStorage.setItem('fontSize', this.fontSize);
|
|
|
|
}
|
|
|
|
location.reload();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
2020-01-29 13:37:25 -06:00
|
|
|
methods: {
|
2020-02-19 11:40:53 -06:00
|
|
|
listen(sound) {
|
|
|
|
const audio = new Audio(`/assets/sounds/${sound}.mp3`);
|
|
|
|
audio.volume = this.$store.state.device.sfxVolume;
|
|
|
|
audio.play();
|
|
|
|
},
|
|
|
|
|
2020-01-29 13:37:25 -06:00
|
|
|
cacheClear() {
|
|
|
|
// Clear cache (service worker)
|
|
|
|
try {
|
|
|
|
navigator.serviceWorker.controller.postMessage('clear');
|
|
|
|
|
|
|
|
navigator.serviceWorker.getRegistrations().then(registrations => {
|
|
|
|
for (const registration of registrations) registration.unregister();
|
|
|
|
});
|
|
|
|
} catch (e) {
|
|
|
|
console.error(e);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Force reload
|
|
|
|
location.reload(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|