feat: Introduces Source to the Webhook Overview for automatically created webhooks (#724)

* feat: webhooks now have a source to diff between user and third party

* fix: capitalise first letter of source and increase vertical padding in row

* fix: update webhhok source type in prisma and cleanup services

* combine two migrations into one

* add actions file for webhook UI

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Shubham Palriwala
2023-09-14 08:03:47 +05:30
committed by GitHub
parent fa0d4ab83c
commit 05be97f43b
15 changed files with 120 additions and 38 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default function ModalWithTabs({ open, setOpen, tabs, icon, label, descri
<Modal open={open} setOpen={setOpen} noPadding>
<div className="flex h-full flex-col rounded-lg">
<div className="rounded-t-lg bg-slate-100">
<div className="flex items-center justify-between p-6">
<div className="mr-20 flex items-center justify-between truncate p-6">
<div className="flex items-center space-x-2">
{icon && <div className="mr-1.5 h-6 w-6 text-slate-500">{icon}</div>}
<div>