Commit Graph

13 Commits (16249946aea0db8a74748909d65c94742482dcb7)

Author SHA1 Message Date
Renaud Chaput cb5ac15923
Use a helper to avoid using `media/` asset prefixes ()
HTeuMeuLeu 7f471e70c0
Update new email templates ()
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Christian Schmidt ca342d4838
Add List-Unsubscribe email header ()
Eugen Rochko 6637ef7852
Add unsubscribe link to e-mails ()
Nick Schonning 65669d3c57
Fix more haml-lint Rubocop ()
nametoolong 332a411fad
Remove title from mailer layout ()
Eugen Rochko 45aa5781ce
Change brand color and logotypes ()
- Add rake task for generating Apple/Android icons and favicons from SVG
- Add rake task for generating PNG icons and logos for e-mails from SVG
- Remove obsolete Microsoft icons and configuration
- Remove PWA shortcut icons
Eugen Rochko 1db4117030
Change preferences page into appearance, notifications, and other ()
Yamagishi Kazutoshi 8347479f5d Bump webpacker from 3.5.5 to 4.0.2 ()
Bumps [webpacker](https://github.com/rails/webpacker) from 3.5.5 to 4.0.2.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v3.5.5...v4.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Eugen Rochko 79bc3d5845
Add direction tags to HTML e-mails for RTL languages ()
Eugen Rochko 872a0d5bd8
Improve HTML e-mails based on Litmus tests ()
* 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
Yamagishi Kazutoshi 9a28052e92 Change image URL in mailer to full path ()
Eugen Rochko 5276c0a090
HTML e-mails for UserMailer ()
- premailer gem to turn CSS into inline styles automatically
- rework UserMailer templates
- reword UserMailer templates