Ghost/apps/admin-x-settings/src
Simon Backx 3ef427a504
Fixed displaying empty from address in newsletter preview (#19169)
no issue

When the from address of a newsletter is empty, and a custom sending
domain is setup the preview would display 'From: Sitename ()' instead of
'From: Sitename (default@address)'.

When a custom sending domain was setup, but a different from address was
saved, we'll also no longer display it in the input fields - as it will
also be ignored IRL.
2023-11-29 10:59:53 +00:00
..
assets Added Ghost favicon 2023-09-20 14:46:26 +01:00
components Fixed displaying empty from address in newsletter preview (#19169) 2023-11-29 10:59:53 +00:00
hooks Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
styles Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
unsplash Cleaned up Unsplash component in Admin (#18603) 2023-10-13 14:15:14 +07:00
utils Added v-param to portal base URL in Offers-X (#19166) 2023-11-29 08:02:25 +00:00
App.tsx Fixed provider ordering to prevent bugs loading modals on refresh (#19089) 2023-11-22 07:51:10 +00:00
index.tsx Moved Admin-X-Settings to apps/ folder 2023-06-23 14:37:39 +02:00
main.tsx Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
MainContent.tsx Separated common AdminX logic into a reusable package (#18919) 2023-11-14 13:50:08 +00:00
typings.d.ts Updated timezone-data and color-utils to use built in type definitions (#18795) 2023-10-30 16:40:54 +00:00
vite-env.d.ts Moved Admin-X-Settings to apps/ folder 2023-06-23 14:37:39 +02:00