From 69f97e481457add74f80feba92b548ae70d51caa Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Sun, 26 Apr 2026 12:58:03 +0100 Subject: [PATCH 1/7] fix: try fix email templates rendering links for variables --- apps/frontend/src/pages/admin/emails.vue | 144 +++++++++++++++++- .../account/AuthenticationMethodAdded.vue | 2 +- .../account/AuthenticationMethodRemoved.vue | 2 +- .../templates/emails/account/EmailChanged.vue | 2 +- .../emails/account/LoginNewDevice.vue | 2 +- .../templates/emails/account/PATCreated.vue | 2 +- .../emails/account/PasswordChanged.vue | 2 +- .../emails/account/PasswordRemoved.vue | 2 +- .../emails/account/PaymentFailed.vue | 2 +- .../emails/account/PayoutAvailable.vue | 2 +- .../emails/account/ResetPassword.vue | 2 +- .../emails/account/SubscriptionCredited.vue | 2 +- .../emails/account/SubscriptionTaxChange.vue | 2 +- .../emails/account/TwoFactorAdded.vue | 2 +- .../emails/account/TwoFactorRemoved.vue | 2 +- .../templates/emails/account/VerifyEmail.vue | 2 +- .../ModerationThreadMessageReceived.vue | 2 +- .../emails/moderation/ReportStatusUpdated.vue | 2 +- .../emails/moderation/ReportSubmitted.vue | 2 +- .../organization/OrganizationInvited.vue | 2 +- .../emails/project/ProjectInvited.vue | 2 +- .../emails/project/ProjectStatusApproved.vue | 2 +- .../project/ProjectStatusUpdatedNeutral.vue | 2 +- .../emails/project/ProjectTransferred.vue | 2 +- .../src/templates/shared/StyledTemplate.vue | 4 + 25 files changed, 166 insertions(+), 28 deletions(-) diff --git a/apps/frontend/src/pages/admin/emails.vue b/apps/frontend/src/pages/admin/emails.vue index 232b77ef63..bb7973dd40 100644 --- a/apps/frontend/src/pages/admin/emails.vue +++ b/apps/frontend/src/pages/admin/emails.vue @@ -1,6 +1,6 @@ diff --git a/packages/ui/src/components/flows/creation-flow-modal/components/ImportInstanceStage.vue b/packages/ui/src/components/flows/creation-flow-modal/components/ImportInstanceStage.vue index b10cff0330..df65d0d0c3 100644 --- a/packages/ui/src/components/flows/creation-flow-modal/components/ImportInstanceStage.vue +++ b/packages/ui/src/components/flows/creation-flow-modal/components/ImportInstanceStage.vue @@ -2,19 +2,19 @@
- Launcher instances + {{ formatMessage(messages.launcherInstancesTitle) }} - +
- + {{ formatMessage(messages.worldSeedDescription) }}
@@ -128,7 +134,7 @@