0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/portal/src
Ronald Langeveld 3233bae37c
🐛 Fixed archived newsletters visible in Portal when email disabled (#21737)
ref ONC-225

- Ensures newsletter preferences are hidden in the Portal when email functionality is disabled.
- Adds conditional logic in NewsletterManagement.js to check for the hasNewslettersEnabled prop.
- Updates tests in AccountEmailPage.test.js and AccountHomePage.test.js to cover scenarios where newsletters are disabled.
- Improves user experience by preventing the display of irrelevant settings when email is turned off.
2024-12-16 13:14:21 +07:00
..
components 🐛 Fixed archived newsletters visible in Portal when email disabled (#21737) 2024-12-16 13:14:21 +07:00
images Flipped thumbs-down icon horizontally in email and Portal (#19306) 2023-12-11 13:05:11 +00:00
tests 🐛 Fixed unclear newsletter (un)subscribe modal (#21739) 2024-11-28 10:42:43 +01:00
utils 🌐 Improved i18n support for Portal error messages (#21190) 2024-10-03 13:35:23 +00:00
actions.js 🌐 Improved i18n support for Portal error messages (#21190) 2024-10-03 13:35:23 +00:00
App.css
App.js 🎨 Updated Portal to accept data-locale (#21420) 2024-11-02 14:19:46 +00:00
App.test.js Added loading state when ordering comments (#21788) 2024-12-04 10:16:58 +08:00
AppContext.js 🎨 Supported RTL languages in Portal 2024-10-25 16:19:19 +07:00
data-attributes.js 🌐 Improved i18n support for Portal error messages (#21190) 2024-10-03 13:35:23 +00:00
index.css
index.js 🎨 Updated Portal to accept data-locale (#21420) 2024-11-02 14:19:46 +00:00
logo.svg
pages.js Added basic Recommendations modal (#17877) 2023-08-30 15:24:04 +00:00
setupTests.js