webhooks icon

This commit is contained in:
ThatOneCalculator 2023-05-23 17:59:58 -07:00
parent d8aaa8f199
commit 983c860bd0
No known key found for this signature in database
GPG key ID: 8703CACD01000000
4 changed files with 7 additions and 7 deletions

View file

@ -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",

View file

@ -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>

View file

@ -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>

View file

@ -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>