Ghost/ghost/admin/app/components/modal-post-preview
Kevin Ansfield 1b85b9244b Updated email previews to show full from email address
no issue

- moved duplicated email domain generation from `members-email` controller and `<GhMembersEmailSetting>` to `config.emailDomain`
- added `{{from-email-address emailStr}}` helper that will output the passed in emailStr value if it contains an `@` or concat `emailStr@emailDomain` if it doesn't - lets us use `settings.membersFromAddress` to always get a full email address when it could be just a name (`noreply`) or a full address
- updated customise email and post email preview templates to use the new helper
2021-06-11 16:42:27 +01:00
..
browser.hbs Fixed Safari bug not showing full-height post preview 2021-03-09 09:52:35 +01:00
browser.js Added share/send preview footers to post preview modal 2021-02-02 16:08:05 +00:00
email.hbs Updated email previews to show full from email address 2021-06-11 16:42:27 +01:00
email.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
mobile.hbs Added link to preview-in-new-tab button 2021-02-16 11:51:32 +00:00
mobile.js Improved preview post modal design and added mobile view 2021-02-02 16:08:05 +00:00
social.hbs Updated metadata description preview cutoff point across admin 2021-05-05 17:33:59 +02:00
social.js Fixed url formatting in search engine result previews 2021-03-30 10:10:34 +01:00