From 838d1267b2109eccc45d028ca336ce601842d4cf Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Fri, 28 Mar 2025 15:03:11 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(domains)=20allow=20to=20re-run=20chec?= =?UTF-8?q?k=20on=20failed=20domain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In use we realize that it is also necessary to be able to re-run dimail check on domain failed --- CHANGELOG.md | 1 + .../domains/components/MailDomainView.tsx | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353aa29..9b29aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to ### Added +- ✨(domains) allow to re-run check on domain if status is failed - ✨(organization) add `is_active` field - ✨(domains) notify support when domain status changes #668 - ✨(domains) define domain check interval as a settings diff --git a/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainView.tsx b/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainView.tsx index 29a5d46..e46ebf8 100644 --- a/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainView.tsx +++ b/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainView.tsx @@ -228,6 +228,24 @@ export const MailDomainView = ({ mailDomain, onMailDomainUpdate }: Props) => { {t('Actions required')} )} + {mailDomain?.status === 'failed' && ( + + )}