2018-02-19 22:02:53 -06:00
|
|
|
<template>
|
|
|
|
<mk-ui>
|
2018-04-14 11:04:40 -05:00
|
|
|
<span slot="header">%fa:cog%%i18n:@settings%</span>
|
2018-06-14 17:56:56 -05:00
|
|
|
<main :data-darkmode="$store.state.device.darkmode">
|
2018-09-01 09:12:51 -05:00
|
|
|
<div class="signin-as" v-html="'%i18n:@signed-in-as%'.replace('{}', `<b>${name}</b>`)"></div>
|
2018-06-14 17:56:56 -05:00
|
|
|
|
2018-05-19 06:31:13 -05:00
|
|
|
<div>
|
|
|
|
<x-profile/>
|
|
|
|
|
2018-06-14 02:48:49 -05:00
|
|
|
<ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
<div slot="title">%fa:palette% %i18n:@design%</div>
|
2018-05-19 06:31:13 -05:00
|
|
|
|
2018-09-04 23:47:26 -05:00
|
|
|
<section>
|
|
|
|
<ui-switch v-model="darkmode">%i18n:@dark-mode%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.circleIcons" @change="onChangeCircleIcons">%i18n:@circle-icons%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.iLikeSushi" @change="onChangeILikeSushi">%i18n:common.i-like-sushi%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.disableAnimatedMfm" @change="onChangeDisableAnimatedMfm">%i18n:common.disable-animated-mfm%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.games.reversi.showBoardLabels" @change="onChangeReversiBoardLabels">%i18n:common.show-reversi-board-labels%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.games.reversi.useContrastStones" @change="onChangeUseContrastReversiStones">%i18n:common.use-contrast-reversi-stones%</ui-switch>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<header>%i18n:@timeline%</header>
|
|
|
|
<div>
|
|
|
|
<ui-switch v-model="$store.state.settings.showReplyTarget" @change="onChangeShowReplyTarget">%i18n:@show-reply-target%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.showMyRenotes" @change="onChangeShowMyRenotes">%i18n:@show-my-renotes%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.showRenotedMyNotes" @change="onChangeShowRenotedMyNotes">%i18n:@show-renoted-my-notes%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.showLocalRenotes" @change="onChangeShowLocalRenotes">%i18n:@show-local-renotes%</ui-switch>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<header>%i18n:@post-style%</header>
|
2018-06-14 06:23:50 -05:00
|
|
|
<ui-radio v-model="postStyle" value="standard">%i18n:@post-style-standard%</ui-radio>
|
|
|
|
<ui-radio v-model="postStyle" value="smart">%i18n:@post-style-smart%</ui-radio>
|
2018-09-04 23:47:26 -05:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<header>%i18n:@notification-position%</header>
|
|
|
|
<ui-radio v-model="mobileNotificationPosition" value="bottom">%i18n:@notification-position-bottom%</ui-radio>
|
|
|
|
<ui-radio v-model="mobileNotificationPosition" value="top">%i18n:@notification-position-top%</ui-radio>
|
|
|
|
</section>
|
2018-06-14 02:48:49 -05:00
|
|
|
</ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
|
2018-06-14 02:48:49 -05:00
|
|
|
<ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
<div slot="title">%fa:cog% %i18n:@behavior%</div>
|
2018-09-04 23:47:26 -05:00
|
|
|
|
|
|
|
<section>
|
|
|
|
<ui-switch v-model="$store.state.settings.fetchOnScroll" @change="onChangeFetchOnScroll">%i18n:@fetch-on-scroll%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.disableViaMobile" @change="onChangeDisableViaMobile">%i18n:@disable-via-mobile%</ui-switch>
|
|
|
|
<ui-switch v-model="loadRawImages">%i18n:@load-raw-images%</ui-switch>
|
|
|
|
<ui-switch v-model="$store.state.settings.loadRemoteMedia" @change="onChangeLoadRemoteMedia">%i18n:@load-remote-media%</ui-switch>
|
|
|
|
<ui-switch v-model="lightmode">%i18n:@i-am-under-limited-internet%</ui-switch>
|
|
|
|
</section>
|
2018-06-14 02:48:49 -05:00
|
|
|
</ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
|
2018-08-28 17:05:56 -05:00
|
|
|
<ui-card>
|
|
|
|
<div slot="title">%fa:volume-up% %i18n:@sound%</div>
|
|
|
|
|
2018-09-04 23:47:26 -05:00
|
|
|
<section>
|
|
|
|
<ui-switch v-model="enableSounds">%i18n:@enable-sounds%</ui-switch>
|
|
|
|
</section>
|
2018-08-28 17:05:56 -05:00
|
|
|
</ui-card>
|
|
|
|
|
2018-06-14 02:48:49 -05:00
|
|
|
<ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
<div slot="title">%fa:language% %i18n:@lang%</div>
|
|
|
|
|
2018-09-04 23:47:26 -05:00
|
|
|
<section class="fit-top">
|
|
|
|
<ui-select v-model="lang" placeholder="%i18n:@auto%">
|
|
|
|
<optgroup label="%i18n:@recommended%">
|
|
|
|
<option value="">%i18n:@auto%</option>
|
|
|
|
</optgroup>
|
|
|
|
|
|
|
|
<optgroup label="%i18n:@specify-language%">
|
|
|
|
<option v-for="x in langs" :value="x[0]" :key="x[0]">{{ x[1] }}</option>
|
|
|
|
</optgroup>
|
|
|
|
</ui-select>
|
|
|
|
<span>%fa:info-circle% %i18n:@lang-tip%</span>
|
|
|
|
</section>
|
2018-06-14 02:48:49 -05:00
|
|
|
</ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
|
2018-06-14 02:48:49 -05:00
|
|
|
<ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
<div slot="title">%fa:B twitter% %i18n:@twitter%</div>
|
|
|
|
|
2018-09-04 23:47:26 -05:00
|
|
|
<section>
|
|
|
|
<p class="account" v-if="$store.state.i.twitter"><a :href="`https://twitter.com/${$store.state.i.twitter.screenName}`" target="_blank">@{{ $store.state.i.twitter.screenName }}</a></p>
|
|
|
|
<p>
|
|
|
|
<a :href="`${apiUrl}/connect/twitter`" target="_blank">{{ $store.state.i.twitter ? '%i18n:@twitter-reconnect%' : '%i18n:@twitter-connect%' }}</a>
|
|
|
|
<span v-if="$store.state.i.twitter"> or </span>
|
|
|
|
<a :href="`${apiUrl}/disconnect/twitter`" target="_blank" v-if="$store.state.i.twitter">%i18n:@twitter-disconnect%</a>
|
|
|
|
</p>
|
|
|
|
</section>
|
2018-06-14 02:48:49 -05:00
|
|
|
</ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
|
2018-06-14 02:48:49 -05:00
|
|
|
<ui-card>
|
2018-06-14 00:52:37 -05:00
|
|
|
<div slot="title">%fa:sync-alt% %i18n:@update%</div>
|
|
|
|
|
2018-09-04 23:47:26 -05:00
|
|
|
<section>
|
|
|
|
<div>%i18n:@version% <i>{{ version }}</i></div>
|
|
|
|
<template v-if="latestVersion !== undefined">
|
|
|
|
<div>%i18n:@latest-version% <i>{{ latestVersion ? latestVersion : version }}</i></div>
|
|
|
|
</template>
|
|
|
|
<ui-button @click="checkForUpdate" :disabled="checkingForUpdate">
|
|
|
|
<template v-if="checkingForUpdate">%i18n:@update-checking%<mk-ellipsis/></template>
|
|
|
|
<template v-else>%i18n:@check-for-updates%</template>
|
|
|
|
</ui-button>
|
|
|
|
</section>
|
2018-06-14 02:48:49 -05:00
|
|
|
</ui-card>
|
2018-05-19 06:31:13 -05:00
|
|
|
</div>
|
2018-06-14 17:56:56 -05:00
|
|
|
|
2018-07-28 19:17:07 -05:00
|
|
|
<div class="signout" @click="signout">%i18n:@signout%</div>
|
|
|
|
|
2018-06-14 17:56:56 -05:00
|
|
|
<footer>
|
|
|
|
<small>ver {{ version }} ({{ codename }})</small>
|
|
|
|
</footer>
|
2018-05-19 06:31:13 -05:00
|
|
|
</main>
|
2018-02-19 22:02:53 -06:00
|
|
|
</mk-ui>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
import Vue from 'vue';
|
2018-05-20 12:13:39 -05:00
|
|
|
import { apiUrl, version, codename, langs } from '../../../config';
|
2018-05-19 19:04:48 -05:00
|
|
|
import checkForUpdate from '../../../common/scripts/check-for-update';
|
2018-02-19 22:02:53 -06:00
|
|
|
|
2018-05-19 06:31:13 -05:00
|
|
|
import XProfile from './settings/settings.profile.vue';
|
|
|
|
|
2018-02-19 22:02:53 -06:00
|
|
|
export default Vue.extend({
|
2018-05-19 06:31:13 -05:00
|
|
|
components: {
|
|
|
|
XProfile
|
|
|
|
},
|
|
|
|
|
2018-02-19 22:02:53 -06:00
|
|
|
data() {
|
|
|
|
return {
|
2018-05-19 19:04:48 -05:00
|
|
|
apiUrl,
|
2018-03-29 00:48:47 -05:00
|
|
|
version,
|
2018-05-19 06:31:13 -05:00
|
|
|
codename,
|
2018-05-20 12:13:39 -05:00
|
|
|
langs,
|
2018-05-19 19:04:48 -05:00
|
|
|
latestVersion: undefined,
|
|
|
|
checkingForUpdate: false
|
2018-02-19 22:02:53 -06:00
|
|
|
};
|
|
|
|
},
|
2018-05-19 06:31:13 -05:00
|
|
|
|
2018-04-05 11:36:34 -05:00
|
|
|
computed: {
|
2018-04-09 04:52:29 -05:00
|
|
|
name(): string {
|
2018-05-26 23:49:09 -05:00
|
|
|
return Vue.filter('userName')(this.$store.state.i);
|
2018-05-20 12:13:39 -05:00
|
|
|
},
|
2018-05-19 06:31:13 -05:00
|
|
|
|
2018-05-23 15:28:46 -05:00
|
|
|
darkmode: {
|
|
|
|
get() { return this.$store.state.device.darkmode; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'darkmode', value }); }
|
|
|
|
},
|
|
|
|
|
2018-05-20 13:08:51 -05:00
|
|
|
postStyle: {
|
|
|
|
get() { return this.$store.state.device.postStyle; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'postStyle', value }); }
|
|
|
|
},
|
|
|
|
|
2018-09-04 23:47:26 -05:00
|
|
|
mobileNotificationPosition: {
|
|
|
|
get() { return this.$store.state.device.mobileNotificationPosition; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'mobileNotificationPosition', value }); }
|
|
|
|
},
|
|
|
|
|
2018-05-20 12:13:39 -05:00
|
|
|
lightmode: {
|
|
|
|
get() { return this.$store.state.device.lightmode; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'lightmode', value }); }
|
2018-05-19 19:04:48 -05:00
|
|
|
},
|
2018-05-20 03:37:30 -05:00
|
|
|
|
2018-05-25 06:19:14 -05:00
|
|
|
loadRawImages: {
|
|
|
|
get() { return this.$store.state.device.loadRawImages; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'loadRawImages', value }); }
|
|
|
|
},
|
|
|
|
|
2018-05-20 12:13:39 -05:00
|
|
|
lang: {
|
|
|
|
get() { return this.$store.state.device.lang; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'lang', value }); }
|
2018-05-20 03:37:30 -05:00
|
|
|
},
|
2018-08-28 17:05:56 -05:00
|
|
|
|
|
|
|
enableSounds: {
|
|
|
|
get() { return this.$store.state.device.enableSounds; },
|
|
|
|
set(value) { this.$store.commit('device/set', { key: 'enableSounds', value }); }
|
|
|
|
},
|
2018-05-20 12:13:39 -05:00
|
|
|
},
|
2018-05-20 03:37:30 -05:00
|
|
|
|
2018-02-19 22:02:53 -06:00
|
|
|
mounted() {
|
2018-08-06 23:25:50 -05:00
|
|
|
document.title = '%i18n:@settings%';
|
2018-02-19 22:02:53 -06:00
|
|
|
},
|
2018-05-19 06:31:13 -05:00
|
|
|
|
2018-02-19 22:02:53 -06:00
|
|
|
methods: {
|
|
|
|
signout() {
|
|
|
|
(this as any).os.signout();
|
2018-05-19 06:31:13 -05:00
|
|
|
},
|
|
|
|
|
2018-05-19 19:04:48 -05:00
|
|
|
onChangeFetchOnScroll(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'fetchOnScroll',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
|
|
|
onChangeDisableViaMobile(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'disableViaMobile',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-05-25 06:19:14 -05:00
|
|
|
onChangeLoadRemoteMedia(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'loadRemoteMedia',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-05-19 06:31:13 -05:00
|
|
|
onChangeCircleIcons(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'circleIcons',
|
|
|
|
value: v
|
|
|
|
});
|
2018-05-19 19:04:48 -05:00
|
|
|
},
|
|
|
|
|
2018-06-18 03:25:20 -05:00
|
|
|
onChangeILikeSushi(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'iLikeSushi',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-06-23 02:55:52 -05:00
|
|
|
onChangeReversiBoardLabels(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
2018-08-21 19:10:39 -05:00
|
|
|
key: 'games.reversi.showBoardLabels',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
|
|
|
onChangeUseContrastReversiStones(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'games.reversi.useContrastStones',
|
2018-06-23 02:55:52 -05:00
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-08-04 08:48:35 -05:00
|
|
|
onChangeDisableAnimatedMfm(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'disableAnimatedMfm',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-05-19 19:04:48 -05:00
|
|
|
onChangeShowReplyTarget(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'showReplyTarget',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
|
|
|
onChangeShowMyRenotes(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'showMyRenotes',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
|
|
|
onChangeShowRenotedMyNotes(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'showRenotedMyNotes',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-08-16 09:59:22 -05:00
|
|
|
onChangeShowLocalRenotes(v) {
|
|
|
|
this.$store.dispatch('settings/set', {
|
|
|
|
key: 'showLocalRenotes',
|
|
|
|
value: v
|
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-05-19 19:04:48 -05:00
|
|
|
checkForUpdate() {
|
|
|
|
this.checkingForUpdate = true;
|
|
|
|
checkForUpdate((this as any).os, true, true).then(newer => {
|
|
|
|
this.checkingForUpdate = false;
|
|
|
|
this.latestVersion = newer;
|
|
|
|
if (newer == null) {
|
|
|
|
(this as any).apis.dialog({
|
2018-05-20 06:26:38 -05:00
|
|
|
title: '%i18n:@no-updates%',
|
|
|
|
text: '%i18n:@no-updates-desc%'
|
2018-05-19 19:04:48 -05:00
|
|
|
});
|
|
|
|
} else {
|
|
|
|
(this as any).apis.dialog({
|
2018-05-20 06:26:38 -05:00
|
|
|
title: '%i18n:@update-available%',
|
|
|
|
text: '%i18n:@update-available-desc%'
|
2018-05-19 19:04:48 -05:00
|
|
|
});
|
|
|
|
}
|
|
|
|
});
|
2018-02-19 22:02:53 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
2018-05-19 06:31:13 -05:00
|
|
|
<style lang="stylus" scoped>
|
2018-05-20 00:01:47 -05:00
|
|
|
root(isDark)
|
|
|
|
margin 0 auto
|
2018-09-04 23:47:26 -05:00
|
|
|
max-width 600px
|
2018-05-20 00:01:47 -05:00
|
|
|
width 100%
|
2018-05-19 06:31:13 -05:00
|
|
|
|
2018-06-14 17:56:56 -05:00
|
|
|
> .signin-as
|
|
|
|
margin 16px
|
2018-06-14 02:48:49 -05:00
|
|
|
padding 16px
|
2018-02-19 22:02:53 -06:00
|
|
|
text-align center
|
2018-06-14 17:56:56 -05:00
|
|
|
color isDark ? #49ab63 : #2c662d
|
|
|
|
background isDark ? #273c34 : #fcfff5
|
|
|
|
box-shadow 0 3px 1px -2px rgba(#000, 0.2), 0 2px 2px 0 rgba(#000, 0.14), 0 1px 5px 0 rgba(#000, 0.12)
|
|
|
|
|
2018-07-28 19:17:07 -05:00
|
|
|
> .signout
|
|
|
|
margin 16px
|
|
|
|
padding 16px
|
|
|
|
text-align center
|
|
|
|
color isDark ? #ff5f56 : #cc2727
|
|
|
|
background isDark ? #652222 : #fff6f5
|
|
|
|
box-shadow 0 3px 1px -2px rgba(#000, 0.2), 0 2px 2px 0 rgba(#000, 0.14), 0 1px 5px 0 rgba(#000, 0.12)
|
|
|
|
|
2018-06-14 17:56:56 -05:00
|
|
|
> footer
|
|
|
|
margin 16px
|
|
|
|
text-align center
|
|
|
|
color isDark ? #c9d2e0 : #888
|
2018-02-19 22:02:53 -06:00
|
|
|
|
2018-05-20 00:01:47 -05:00
|
|
|
main[data-darkmode]
|
|
|
|
root(true)
|
2018-02-19 22:02:53 -06:00
|
|
|
|
2018-05-20 00:01:47 -05:00
|
|
|
main:not([data-darkmode])
|
|
|
|
root(false)
|
2018-02-19 22:02:53 -06:00
|
|
|
|
|
|
|
</style>
|