From 853f9dca31edb4b39178754d024d3f4dd5b204e0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 May 2023 20:33:13 +0900 Subject: [PATCH 1/4] :art: --- packages/frontend/src/pages/settings/migration.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/settings/migration.vue b/packages/frontend/src/pages/settings/migration.vue index 277f9f5387..541992875e 100644 --- a/packages/frontend/src/pages/settings/migration.vue +++ b/packages/frontend/src/pages/settings/migration.vue @@ -9,7 +9,7 @@
- + {{ i18n.ts._accountMigration.moveFromDescription }}
From f82810cf1ba14c4718429bca2c0bf033012629c9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 May 2023 20:48:46 +0900 Subject: [PATCH 2/4] =?UTF-8?q?chore(frontend):=20=E3=82=AF=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=82=A2=E3=83=B3=E3=83=88=E3=81=AE=E5=85=A8=E8=88=AC?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=82=92=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 1 + .../frontend/src/pages/settings/general.vue | 31 ++++++++++++------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 402eeac16e..b87f4d9cb4 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1035,6 +1035,7 @@ archive: "アーカイブ" channelArchiveConfirmTitle: "{name}をアーカイブしますか?" channelArchiveConfirmDescription: "アーカイブすると、チャンネル一覧や検索結果に表示されなくなり、新たな書き込みもできなくなります。" thisChannelArchived: "このチャンネルはアーカイブされています。" +displayOfNote: "ノートの表示" _serverRules: description: "新規登録前に表示する、サーバーの簡潔なルールを設定します。内容は利用規約の要約とすることを推奨します。" diff --git a/packages/frontend/src/pages/settings/general.vue b/packages/frontend/src/pages/settings/general.vue index 0a53ed2c8d..be9ed0141a 100644 --- a/packages/frontend/src/pages/settings/general.vue +++ b/packages/frontend/src/pages/settings/general.vue @@ -42,7 +42,7 @@ - +
@@ -52,11 +52,28 @@ {{ i18n.ts.collapseRenotes }} {{ i18n.ts.enableAdvancedMfm }} {{ i18n.ts.enableAnimatedMfm }} + {{ i18n.ts.showGapBetweenNotesInTimeline }} + {{ i18n.ts.loadRawImages }} +
+ + + + + + + + +
+
+ + + + +
+
{{ i18n.ts.reduceUiAnimation }} {{ i18n.ts.useBlurEffect }} {{ i18n.ts.useBlurEffectForModal }} - {{ i18n.ts.showGapBetweenNotesInTimeline }} - {{ i18n.ts.loadRawImages }} {{ i18n.ts.disableShowingAnimatedImages }} {{ i18n.ts.squareAvatars }} {{ i18n.ts.useSystemFont }} @@ -81,14 +98,6 @@ - - - - - - - -
From 63a0b7353ad0b072f441f6485e48a2499b1a048a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 May 2023 20:56:46 +0900 Subject: [PATCH 3/4] =?UTF-8?q?chore(frontend):=20=E3=82=AF=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=82=A2=E3=83=B3=E3=83=88=E3=81=AE=E5=85=A8=E8=88=AC?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=82=92=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/pages/settings/general.vue | 75 ++++++++++--------- 1 file changed, 39 insertions(+), 36 deletions(-) diff --git a/packages/frontend/src/pages/settings/general.vue b/packages/frontend/src/pages/settings/general.vue index be9ed0141a..88b5690f32 100644 --- a/packages/frontend/src/pages/settings/general.vue +++ b/packages/frontend/src/pages/settings/general.vue @@ -20,24 +20,10 @@ - {{ i18n.ts.showFixedPostForm }} - {{ i18n.ts.showFixedPostFormInChannel }} - - - -
-
- {{ i18n.ts.openImageInNewTab }} - {{ i18n.ts.enableInfiniteScroll }} - {{ i18n.ts.useReactionPickerForContextMenu }} -
- - - - - - +
+ {{ i18n.ts.showFixedPostForm }} + {{ i18n.ts.showFixedPostFormInChannel }}
@@ -56,6 +42,20 @@ {{ i18n.ts.loadRawImages }}
+ + + + + + + + + + + + + + @@ -122,27 +122,30 @@
- {{ i18n.ts.aiChanMode }} + + +
+
+ {{ i18n.ts.openImageInNewTab }} + {{ i18n.ts.enableInfiniteScroll }} + {{ i18n.ts.useReactionPickerForContextMenu }} +
+ + + + + + + + + + +
- - - - - - - - - - - - - - - - - - + + {{ i18n.ts.aiChanMode }} + {{ i18n.ts.deck }} From 7d1dde0f0476ebfe7ac1311cffeb5ffc897d9e57 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 May 2023 20:59:29 +0900 Subject: [PATCH 4/4] =?UTF-8?q?chore(frontend):=20=E3=82=AF=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=82=A2=E3=83=B3=E3=83=88=E3=81=AE=E5=85=A8=E8=88=AC?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=82=92=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/pages/settings/general.vue | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/packages/frontend/src/pages/settings/general.vue b/packages/frontend/src/pages/settings/general.vue index 88b5690f32..7c1522e059 100644 --- a/packages/frontend/src/pages/settings/general.vue +++ b/packages/frontend/src/pages/settings/general.vue @@ -40,6 +40,7 @@ {{ i18n.ts.enableAnimatedMfm }} {{ i18n.ts.showGapBetweenNotesInTimeline }} {{ i18n.ts.loadRawImages }} + {{ i18n.ts.useReactionPickerForContextMenu }}
@@ -66,6 +67,26 @@
+ + + +
+ + + + + + + + + + + + + +
+
+ @@ -101,26 +122,6 @@
- - - -
- - - - - - - - - - - - - -
-
- @@ -128,7 +129,6 @@
{{ i18n.ts.openImageInNewTab }} {{ i18n.ts.enableInfiniteScroll }} - {{ i18n.ts.useReactionPickerForContextMenu }}