-
Notifications
You must be signed in to change notification settings - Fork 3
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
reset email: change branding to Beeper logo #32
base: beeper
Are you sure you want to change the base?
Conversation
# Conflicts: # synapse/rest/admin/rooms.py
# Conflicts: # synapse/config/experimental.py
Annoying! Will lave that to upstream and we'll get updates as we rebase.
Signed-off-by: Sumner Evans <[email protected]>
{% else %} | ||
<img src="https://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/> | ||
{% endif %} | ||
<img src="https://beeper.github.io/static/brand/email-header.20240320.2056.png" width="256" height="56" alt="[Beeper]"/> |
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.
do we have a higher res version of this? on retina displays this will show up pixelated/1x
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.
We can get one, but we also use this image when sending rageshake emails via the chatwoot API, and we can't include HTML there so we have to control the size of the image by the literal resolution of the image.
I would have to go look and remember how I even got these assets in the first place and then get an upscaled version for this, and then use it when we have the ability to specify HTML.
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.
yeah i think the simple fix here is to always use a 2x version and specify the width/height = 1/2 of 2x
8f2ce7e
to
f7bd701
Compare
Pull Request Checklist
Signed-off-by: Sumner Evans [email protected]
EventStore
toEventWorkerStore
.".code blocks
.(run the linters)