2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/apps/admin-x-settings/src
Simon Backx 370c6b465b
Filter members by email disabled (#18884)
fixes https://github.com/TryGhost/Product/issues/4108

- Updates filters behind a new alpha feature flag so you can also filter
on members who have email disabled (because the email had a permanent
bounce, they reported spam or the email address is invalid)
- When returning members, we now also use the email_disabled flag to set
email_suppression.suppressed correctly (in case they are out of sync,
which should normally never happen).
2023-11-14 14:37:01 +01:00
..
api Added sorting to newsletters list (#18963) 2023-11-14 09:09:31 +00:00
assets Added Ghost favicon 2023-09-20 14:46:26 +01:00
components Filter members by email disabled (#18884) 2023-11-14 14:37:01 +01:00
hooks Added sorting to newsletters list (#18963) 2023-11-14 09:09:31 +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 Wired up Add Offers modal portal rendering in settings (#18923) 2023-11-13 10:35:07 +00:00
App.tsx Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
index.tsx Moved Admin-X-Settings to apps/ folder 2023-06-23 14:37:39 +02:00
main.tsx Extracted AdminX design system to a separate package (#18878) 2023-11-08 12:33:18 +00:00
MainContent.tsx Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +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