From fccc5b6d620ca6893a0a5649ea9f0d0693727b3b Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Tue, 30 Jul 2024 20:13:00 +0900 Subject: frontend timeline fixes & improvements (#13727) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: withRepliesがオフのときにwithFilesのとぐるをいじれない問題 * fix: type errors in tl-column * fix: deck uiでタイムラインを切り替えた際にTLの設定項目が更新されない * refactor: タイムラインの各種知識を一つのファイルに統合 fix: ウィジェットのタイムライン選択欄に表示できないタイムラインが表示される * docs(changelog): timeline improvements * fix: missing license header * chore: timeline > basic timeline * use BasicTimelineType in deck-store * Update CHANGELOG.md --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --- packages/frontend/src/components/MkTutorialDialog.Timeline.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'packages/frontend/src/components/MkTutorialDialog.Timeline.vue') diff --git a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue index 6f2930ebc9..2d4da3fbd4 100644 --- a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue +++ b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue @@ -7,10 +7,9 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._initialTutorial._timeline.description1 }}
-
{{ i18n.ts._timelines.home }} … {{ i18n.ts._initialTutorial._timeline.home }}
-
{{ i18n.ts._timelines.local }} … {{ i18n.ts._initialTutorial._timeline.local }}
-
{{ i18n.ts._timelines.social }} … {{ i18n.ts._initialTutorial._timeline.social }}
-
{{ i18n.ts._timelines.global }} … {{ i18n.ts._initialTutorial._timeline.global }}
+
+ {{ i18n.ts._timelines[tl] }} … {{ i18n.ts._initialTutorial._timeline[tl] }} +
{{ i18n.ts._initialTutorial._timeline.description2 }}
@@ -22,12 +21,12 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.help }} -