From 56a28923ca30a6a7f391598e06fc1bc9879bc973 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 10 Apr 2021 14:37:29 +0900 Subject: [PATCH] Tweak UI --- locales/ja-JP.yml | 1 + src/client/store.ts | 2 +- src/client/ui/_common_/header.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index b06432fc1..7b73c5f2e 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -711,6 +711,7 @@ jumpToSpecifiedDate: "特定の日付にジャンプ" showingPastTimeline: "過去のタイムラインを表示しています" clear: "クリア" markAllAsRead: "全て既読にする" +goBack: "戻る" _email: _follow: diff --git a/src/client/store.ts b/src/client/store.ts index e6fdd12f1..bccb6cc20 100644 --- a/src/client/store.ts +++ b/src/client/store.ts @@ -150,7 +150,7 @@ export const defaultStore = markRaw(new Storage('base', { }, showGapBetweenNotesInTimeline: { where: 'device', - default: true + default: false }, darkMode: { where: 'device', diff --git a/src/client/ui/_common_/header.vue b/src/client/ui/_common_/header.vue index f95447096..64ad0393c 100644 --- a/src/client/ui/_common_/header.vue +++ b/src/client/ui/_common_/header.vue @@ -1,7 +1,7 @@