-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
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.
There was a problem hiding this 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).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parfait, merci!
Description of the Change
This PR revamps the email templates
Benefits
More consistent and less "spammy" email design.
Applicable Issues
Closes #815