Commit Graph

7 Commits (3105fef21af1c1141eec46d3be89c5da55b84d01)

Author SHA1 Message Date
Eugen Rochko 4c9406bdb0
Add time zone preference ()
Claire e1227457f1
Fix links to the Web UI in notifications ()
Most of the old routes are broken because of the /web removal.
Eugen Rochko 392b367835
Fix IDN domains not being rendered correctly in a few left-over places ()
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 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
mayaeh eed7484cd6 Change mailer image url ()
* Change image URL in mailer to full path

* Add application_mailer.view_profile localization.
Eugen Rochko 02194838dd
HTML e-mails for NotificationMailer ()
* HTML e-mails for NotificationMailer (except digest)

* Add HTML template for digest

* Fix build