]> cat aescling's git repositories - mastodon.git/commit
Improve HTML e-mails based on Litmus tests (#6301)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 20 Jan 2018 00:32:21 +0000 (01:32 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2018 00:32:21 +0000 (01:32 +0100)
commit872a0d5bd801c998d911f7da582a60d2f714a710
treeca4fee834e05c620b46c1660a579828d1c397193
parent01421999aeee60c1bb24a8509a9d1b9ebe34b4d9
Improve HTML e-mails based on Litmus tests (#6301)

* Use PNG images in HTML e-mails

* Make webpack use URLs with host so fonts load inside HTML e-mails

Convert this back to a relative URL in the premailer CSS loader
since local requests are quicker

* Improve responsive design

* Add missing PNG icon
24 files changed:
app/javascript/images/mailer/icon_cached.png [new file with mode: 0644]
app/javascript/images/mailer/icon_done.png [new file with mode: 0644]
app/javascript/images/mailer/icon_email.png [new file with mode: 0644]
app/javascript/images/mailer/icon_grade.png [new file with mode: 0644]
app/javascript/images/mailer/icon_lock_open.png [new file with mode: 0644]
app/javascript/images/mailer/icon_person_add.png [new file with mode: 0644]
app/javascript/images/mailer/icon_reply.png [new file with mode: 0644]
app/javascript/images/mailer/logo_full.png [new file with mode: 0644]
app/javascript/images/mailer/logo_transparent.png [new file with mode: 0644]
app/javascript/styles/mailer.scss
app/views/layouts/mailer.html.haml
app/views/notification_mailer/favourite.html.haml
app/views/notification_mailer/follow.html.haml
app/views/notification_mailer/follow_request.html.haml
app/views/notification_mailer/mention.html.haml
app/views/notification_mailer/reblog.html.haml
app/views/user_mailer/confirmation_instructions.html.haml
app/views/user_mailer/email_changed.html.haml
app/views/user_mailer/password_change.html.haml
app/views/user_mailer/reconfirmation_instructions.html.haml
app/views/user_mailer/reset_password_instructions.html.haml
app/views/user_mailer/welcome.html.haml
config/webpack/configuration.js
lib/mastodon/premailer_webpack_strategy.rb