Ghost/ghost/core/test
Peter Zimon 8f3617aaa8
Content card design improvements (#19737)
refs. https://linear.app/tryghost/issue/DES-122/bookmark-card-issues

This PR addresses the following content card related problems:

1. The design of the following cards are more self-contained so it makes
more sense to use `px` for their font-sizes and spacings so it looks the
same regardless of the theme. Of course themes still can override these
values.

Updated cards to use `px` for font sizing:
- audio
- bookmark
- file
- product

2. So far header and signup cards had been using `rem` for font-sizes
and some sizing. This commit updates these to use `em` instead so that
it's consistent with all other cards.

3. The favicon sometimes is not available for bookmark cards. This PR also
fixes that by providing a default favicon for these cases.
2024-02-29 17:09:34 +01:00
..
e2e-api Content card design improvements (#19737) 2024-02-29 17:09:34 +01:00
e2e-browser Updated browser tests to be less flaky (#19701) 2024-02-21 17:47:44 +00:00
e2e-frontend 🐛 Fixed broken access to preview of scheduled email-only posts (#19539) 2024-01-22 14:20:50 +00:00
e2e-server Added cache config to stats endpoints (#19481) 2024-01-18 15:26:49 +01:00
e2e-webhooks Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
integration Remove comment icon at the top of email template (#19771) 2024-02-29 14:45:38 +01:00
regression Improved sending email addresses for self-hosters (#19617) 2024-01-30 11:21:08 +01:00
unit Added output to the get helper when the timeout is exceeded (#19761) 2024-02-28 07:35:16 +07:00
utils Added an email rendering test for all Koenig cards (#19059) 2023-12-12 16:05:04 -08:00
.eslintignore Added Source as the new default theme 2023-10-03 14:02:08 +02:00
.eslintrc.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00