webhooks icon
This commit is contained in:
parent
d8aaa8f199
commit
983c860bd0
|
@ -224,7 +224,7 @@ const menuDef = computed(() => [
|
|||
active: currentPage?.route.name === "api",
|
||||
},
|
||||
{
|
||||
icon: "ph-lightning ph-bold ph-lg",
|
||||
icon: "ph-webhooks-logo ph-bold ph-lg",
|
||||
text: "Webhook",
|
||||
to: "/settings/webhook",
|
||||
active: currentPage?.route.name === "webhook",
|
||||
|
|
|
@ -109,6 +109,6 @@ const headerTabs = $computed(() => []);
|
|||
|
||||
definePageMetadata({
|
||||
title: "Edit webhook",
|
||||
icon: "ph-lightning ph-bold ph-lg",
|
||||
icon: "ph-webhooks-logo ph-bold ph-lg",
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
>Followed</FormSwitch
|
||||
>
|
||||
<FormSwitch v-model="event_note" class="_formBlock"
|
||||
>Note</FormSwitch
|
||||
>Posts</FormSwitch
|
||||
>
|
||||
<FormSwitch v-model="event_reply" class="_formBlock"
|
||||
>Reply</FormSwitch
|
||||
>Replies</FormSwitch
|
||||
>
|
||||
<FormSwitch v-model="event_renote" class="_formBlock"
|
||||
>Renote</FormSwitch
|
||||
>Boosts</FormSwitch
|
||||
>
|
||||
<FormSwitch v-model="event_reaction" class="_formBlock"
|
||||
>Reaction</FormSwitch
|
||||
|
@ -97,6 +97,6 @@ const headerTabs = $computed(() => []);
|
|||
|
||||
definePageMetadata({
|
||||
title: "Create new webhook",
|
||||
icon: "ph-lightning ph-bold ph-lg",
|
||||
icon: "ph-webhooks-logo ph-bold ph-lg",
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -72,6 +72,6 @@ const headerTabs = $computed(() => []);
|
|||
|
||||
definePageMetadata({
|
||||
title: "Webhook",
|
||||
icon: "ph-lightning ph-bold ph-lg",
|
||||
icon: "ph-webhooks-logo ph-bold ph-lg",
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue