From 0a1ff77f23f0fdbc569f6184bad74ae86cd45a2e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 27 Apr 2025 19:55:56 +0900 Subject: perf(frontend): use css-native implementation for spacer rather than vue component --- .../frontend/src/components/MkTutorialDialog.vue | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'packages/frontend/src/components/MkTutorialDialog.vue') diff --git a/packages/frontend/src/components/MkTutorialDialog.vue b/packages/frontend/src/components/MkTutorialDialog.vue index 92f71b01af..0797dfafac 100644 --- a/packages/frontend/src/components/MkTutorialDialog.vue +++ b/packages/frontend/src/components/MkTutorialDialog.vue @@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only - + {{ i18n.ts._initialTutorial._landing.title }} @@ -37,15 +37,15 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._initialTutorial.launchTutorial }} {{ i18n.ts.close }} - + - + - + {{ i18n.ts.goBack }} @@ -58,12 +58,12 @@ SPDX-License-Identifier: AGPL-3.0-only - + {{ i18n.ts._initialTutorial._reaction.reactToContinue }} - + {{ i18n.ts.goBack }} @@ -76,9 +76,9 @@ SPDX-License-Identifier: AGPL-3.0-only - + - + {{ i18n.ts.goBack }} @@ -91,9 +91,9 @@ SPDX-License-Identifier: AGPL-3.0-only - + - + {{ i18n.ts.goBack }} @@ -106,12 +106,12 @@ SPDX-License-Identifier: AGPL-3.0-only - + {{ i18n.ts._initialTutorial._howToMakeAttachmentsSensitive.doItToContinue }} - + {{ i18n.ts.goBack }} @@ -124,7 +124,7 @@ SPDX-License-Identifier: AGPL-3.0-only - + {{ i18n.ts._initialTutorial._done.title }} @@ -139,7 +139,7 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.close }} - + -- cgit v1.2.3-freya