From fe78f282f890a21b1ea07f4721853c3ad40cadf9 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 24 Mar 2026 08:14:22 -0600 Subject: [PATCH] feat(notifications): add Mattermost icon to notifications display - Integrated MattermostIcon into the ShowNotifications component to support Mattermost notification type. - Enhanced the user interface to visually represent Mattermost notifications alongside existing notification types. --- .../dashboard/settings/notifications/show-notifications.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx index 3d62658ae..84c0102a3 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx @@ -4,6 +4,7 @@ import { DiscordIcon, GotifyIcon, LarkIcon, + MattermostIcon, NtfyIcon, ResendIcon, SlackIcon, @@ -121,6 +122,11 @@ export const ShowNotifications = () => { )} + {notification.notificationType === "mattermost" && ( +
+ +
+ )} {notification.name}