Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email template revamp #847

Merged
merged 5 commits into from
Feb 4, 2025
Merged

Email template revamp #847

merged 5 commits into from
Feb 4, 2025

Conversation

devmount
Copy link
Collaborator

@devmount devmount commented Feb 3, 2025

Description of the Change

This PR revamps the email templates

  • A header logo and a legal footer was added for all emails sent from Appointment
  • The invitation email was redesigned according to the mockups

Benefits

More consistent and less "spammy" email design.

Applicable Issues

Closes #815

@devmount devmount self-assigned this Feb 3, 2025
@@ -14,7 +14,7 @@ user.init(call);
// handle ui languages
watch(locale, (newValue: string) => {
user.data.settings.language = newValue;
window.location.reload(); // This is needed to reload locale for dayjs instance
// This is needs a window.location.reload(); to reload locale for dayjs instance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tiny nit, typo: "this is needs a"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh thanks for highlighting this one. I commented this out because this currently causes an issue of the language setting not being saved to db because the reload triggers too early. I'll fix that in another PR.

Copy link
Contributor

@rwood-moz rwood-moz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 🥳
Looks like you'll need to rebase with the latest main (to get the lint fixes I previously landed).

Copy link
Member

@MelissaAutumn MelissaAutumn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parfait, merci!

@MelissaAutumn MelissaAutumn merged commit d51d098 into main Feb 4, 2025
4 checks passed
@MelissaAutumn MelissaAutumn deleted the 815-improve-email-templates branch February 4, 2025 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better invitation emails
3 participants