Sanne de Vries
3f0ec1af3d
Updated subscription box in email preview and email template
...
Refs https://github.com/TryGhost/Team/issues/2738
- With all footer additions and changes, the subscription box did not match the rest of the design and is therefore updated.
2023-03-23 19:39:58 +01:00
Sanne de Vries
0455672832
Updatet latest post section in email template
...
Refs https://github.com/TryGhost/Team/issues/2675
2023-03-23 13:16:48 +01:00
Simon Backx
46f305efaf
Fixed hiding name if empty in email subscription box
...
no issue
Moved some CSS around because I moved the wrong code in the previous commit.
2023-03-22 16:51:56 +01:00
Simon Backx
55c281debf
Reverted removeStyleTags from email-renderer
...
no issue
Some things break in some email clients with this new setting. Disabled it for now and moved the required css style to hide the member name row to @media all.
2023-03-22 16:40:35 +01:00
Simon Backx
24c5a45057
Added post excerpts to the latest posts email
...
refs https://github.com/TryGhost/Team/issues/2769
Truncates if it is too long (also for the title).
2023-03-22 16:11:08 +01:00
Simon Backx
4eebf6612a
Added image dimensions to the latest posts mobile version in email
...
fixes https://github.com/TryGhost/Team/issues/2799
Separate image dimensions for mobile and normal images.
2023-03-22 15:54:27 +01:00
Simon Backx
480c1a7004
Removed name from subscription details if missing
...
refs https://github.com/TryGhost/Team/issues/2736
If the name is not known for a member, we'll hide the name row in the subscription details in an email. This method is supported in most email clients, and requires the support of `<style>` in `<head>`.
2023-03-22 15:32:07 +01:00
Sanne de Vries
47e343ec18
Updated latest posts UI in email template
...
Refs https://github.com/TryGhost/Team/issues/2801
2023-03-22 15:16:55 +01:00
Simon Backx
74f25faf61
Added restricted aspect ratio to latest posts in email
...
refs https://github.com/TryGhost/Team/issues/2799
Restricts aspect ratio of post feature images to 120x96, and crop them if needed for both Unsplash as local images.
2023-03-22 14:02:24 +01:00
Sodbileg Gansukh
91c4b3e53c
Fixed broken favicon of some bookmark cards in emails
...
refs https://github.com/TryGhost/Team/issues/2617
- some sites have SVG favicons and it made bookmark card favicons look broken in some email clients as the SVG support is poor across email clients
- this fix simply hides the SVG favicons in emails
2023-03-22 13:41:43 +08:00
Sanne de Vries
792bfdb498
Added UI for subscription box in newsletters
...
Refs https://github.com/TryGhost/Team/issues/2738
- Added preview to email newsletter settings
- Added subscription box UI to email template
2023-03-21 11:40:04 +01:00
Simon Backx
07ec33fb3a
Added latest posts to email template ( #16448 )
...
refs https://github.com/TryGhost/Team/issues/2769
Needs some extra styling and design, this is only a minimal version
behind the feature flag.
2023-03-20 14:30:42 +01:00
Peter Zimon
9d25c2a058
Fixed mobile size footer buttons in newsletters
...
refs. https://github.com/TryGhost/Team/issues/2740
- alignment of buttons in the footer of newsletter email template was off
2023-03-17 16:34:23 +01:00
Sanne de Vries
48a3159d3d
Added mobile feedback buttons to email template
...
Refs https://github.com/TryGhost/Team/issues/2740
2023-03-17 15:58:14 +01:00
Sanne de Vries
6821750a3a
Fixed spacing between post title and metadata in email template
...
Refs https://github.com/TryGhost/Team/issues/2740
2023-03-17 10:17:56 +01:00
Sanne de Vries
717ed114f4
Fixed center aligned post title in emails
...
Refs https://github.com/TryGhost/Team/issues/2740
2023-03-17 10:07:17 +01:00
Sanne de Vries
cdcb3dcd6f
Updated email template to include comment link in header and footer ( #16423 )
...
Refs https://github.com/TryGhost/Team/issues/2740
---------
Co-authored-by: Steve Larson <9larsons@gmail.com>
2023-03-16 16:10:53 +01:00
Sanne de Vries
c4bbaf7c7b
Updated spacing in emails without post title
...
Refs https://github.com/TryGhost/Team/issues/2699
2023-03-15 13:33:10 +01:00
Sanne de Vries
4284292736
Updated email spacing for when post title is hidden
...
Refs https://github.com/TryGhost/Team/issues/2699
2023-03-15 12:27:03 +01:00
Simon Backx
1e435fb328
Implemented showPostTitleSection
( #16404 )
...
fixes https://github.com/TryGhost/Team/issues/2705
- Added showPostTitleSection to newsletter model in admin
- Wired up UI to admin model so it saves to the database
- Implemented showPostTitleSection in newsletter preview and added some
minor temporary css styling
- Implemented showPostTitleSection in newsletter template in backend,
and added some extra CSS styling to fix spacing
2023-03-14 11:29:43 +01:00
Peter Zimon
5bb5977a47
Fixed issue with bookmark cards width on Android
...
no refs.
- On Android Gmail client the bookmark cards were not taking the full width of the screen
2023-02-14 14:31:16 +01:00
Sanne de Vries
4b61f23bd0
Fixed minor email preview visual bugs
...
No ref
2023-01-23 10:46:30 +01:00
Elena Baidakova
5b5f4cdd3f
🐛 Fixed feedback buttons for dark mode ( #16091 )
...
refs TryGhost/Team#2396
2023-01-09 16:40:42 +04:00
Elena Baidakova
8d2418578d
🐛 Removed horizontal scroll for long author's name ( #15985 )
...
closes TryGhost/Team#2272
- Show all name's text due to poor support `text-overflow: ellipsis` in
email clients
2022-12-12 15:36:58 +04:00
Simon Backx
f5045b9bf7
Added email renderer implementation draft ( #15877 )
...
fixes https://github.com/TryGhost/Team/issues/2308
- Still has some missing pieces, but mostly works.
- Uses new handlebars template for emails
- When sending emails with the new email stability flag enabled, one
test email is now sent via the default smtp ghost mailer.
2022-11-29 11:27:17 +01:00