diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-19 07:03:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-19 07:03:29 +0900 |
| commit | aadf6fa9b1236ced177f1026406512187a231897 (patch) | |
| tree | ba36c29f40a8e67f60f5d7e24d42dedc2af2ae63 /src | |
| parent | :art: (diff) | |
| download | sharkey-aadf6fa9b1236ced177f1026406512187a231897.tar.gz sharkey-aadf6fa9b1236ced177f1026406512187a231897.tar.bz2 sharkey-aadf6fa9b1236ced177f1026406512187a231897.zip | |
UI整理
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/settings.vue | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/client/app/desktop/views/components/settings.vue b/src/client/app/desktop/views/components/settings.vue index 069d50181c..cd91c1461a 100644 --- a/src/client/app/desktop/views/components/settings.vue +++ b/src/client/app/desktop/views/components/settings.vue @@ -57,6 +57,13 @@ </section> <section> + <header>%i18n:@timeline%</header> + <ui-switch v-model="showMyRenotes">%i18n:@show-my-renotes%</ui-switch> + <ui-switch v-model="showRenotedMyNotes">%i18n:@show-renoted-my-notes%</ui-switch> + <ui-switch v-model="showLocalRenotes">%i18n:@show-local-renotes%</ui-switch> + </section> + + <section> <header>%i18n:@note-visibility%</header> <ui-switch v-model="rememberNoteVisibility">%i18n:@remember-note-visibility%</ui-switch> <section> @@ -76,6 +83,7 @@ <div slot="title">%fa:desktop% %i18n:@display%</div> <section> + <ui-switch v-model="showPostFormOnTopOfTl">%i18n:@post-form-on-timeline%</ui-switch> <ui-button @click="customizeHome">%i18n:@customize%</ui-button> </section> <section> @@ -100,24 +108,22 @@ <ui-switch v-model="iLikeSushi">%i18n:common.i-like-sushi%</ui-switch> </section> <section> - <ui-switch v-model="showPostFormOnTopOfTl">%i18n:@post-form-on-timeline%</ui-switch> <ui-switch v-model="suggestRecentHashtags">%i18n:@suggest-recent-hashtags%</ui-switch> <ui-switch v-model="showClockOnHeader">%i18n:@show-clock-on-header%</ui-switch> <ui-switch v-model="alwaysShowNsfw">%i18n:common.always-show-nsfw%</ui-switch> <ui-switch v-model="showReplyTarget">%i18n:@show-reply-target%</ui-switch> - <ui-switch v-model="showMyRenotes">%i18n:@show-my-renotes%</ui-switch> - <ui-switch v-model="showRenotedMyNotes">%i18n:@show-renoted-my-notes%</ui-switch> - <ui-switch v-model="showLocalRenotes">%i18n:@show-local-renotes%</ui-switch> <ui-switch v-model="showMaps">%i18n:@show-maps%</ui-switch> <ui-switch v-model="disableAnimatedMfm">%i18n:common.disable-animated-mfm%</ui-switch> - <ui-switch v-model="games_reversi_showBoardLabels">%i18n:common.show-reversi-board-labels%</ui-switch> - <ui-switch v-model="games_reversi_useContrastStones">%i18n:common.use-contrast-reversi-stones%</ui-switch> </section> <section> <header>%i18n:@deck-column-align%</header> <ui-radio v-model="deckColumnAlign" value="center">%i18n:@deck-column-align-center%</ui-radio> <ui-radio v-model="deckColumnAlign" value="left">%i18n:@deck-column-align-left%</ui-radio> </section> + <section> + <ui-switch v-model="games_reversi_showBoardLabels">%i18n:common.show-reversi-board-labels%</ui-switch> + <ui-switch v-model="games_reversi_useContrastStones">%i18n:common.use-contrast-reversi-stones%</ui-switch> + </section> </ui-card> <ui-card class="web" v-show="page == 'web'"> |