From 1dcde4b345f9df5430ebe8e5ac89294939425b98 Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 6 Jan 2025 06:17:46 +0300 Subject: [PATCH] chore(web): update label for webhook --- .../dashboard/(components)/messaging.tsx | 2 +- .../webhooks/webhooks-section.tsx | 33 ++++++++++--------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/web/app/(app)/dashboard/(components)/messaging.tsx b/web/app/(app)/dashboard/(components)/messaging.tsx index 74ccdce..332ef77 100644 --- a/web/app/(app)/dashboard/(components)/messaging.tsx +++ b/web/app/(app)/dashboard/(components)/messaging.tsx @@ -30,7 +30,7 @@ export default function Messaging() { Bulk Send{' '} new diff --git a/web/app/(app)/dashboard/(components)/webhooks/webhooks-section.tsx b/web/app/(app)/dashboard/(components)/webhooks/webhooks-section.tsx index d0f90e7..981506c 100644 --- a/web/app/(app)/dashboard/(components)/webhooks/webhooks-section.tsx +++ b/web/app/(app)/dashboard/(components)/webhooks/webhooks-section.tsx @@ -17,7 +17,8 @@ import { TooltipContent, TooltipProvider, TooltipTrigger, -} from "@/components/ui/tooltip" +} from '@/components/ui/tooltip' +import { Badge } from '@/components/ui/badge' function WebhookCardSkeleton() { return ( @@ -90,18 +91,12 @@ export default function WebhooksSection() {

Webhooks - - - - - BETA - - - -

This feature is in beta and may undergo changes. Use with caution in production environments.

-
-
-
+ + new +

Manage webhook notifications for your SMS events @@ -124,7 +119,10 @@ export default function WebhooksSection() { {webhooks?.data?.length > 0 && ( -

You already have an active webhook subscription. You can edit or manage the existing webhook instead.

+

+ You already have an active webhook subscription. You can edit + or manage the existing webhook instead. +

)} @@ -154,9 +152,12 @@ export default function WebhooksSection() { ) : (
-

No webhook configured

+

+ No webhook configured +

- Create a webhook to receive real-time notifications for SMS events + Create a webhook to receive real-time notifications for SMS + events