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", active: currentPage?.route.name === "api",
}, },
{ {
icon: "ph-lightning ph-bold ph-lg", icon: "ph-webhooks-logo ph-bold ph-lg",
text: "Webhook", text: "Webhook",
to: "/settings/webhook", to: "/settings/webhook",
active: currentPage?.route.name === "webhook", active: currentPage?.route.name === "webhook",

View File

@ -109,6 +109,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({ definePageMetadata({
title: "Edit webhook", title: "Edit webhook",
icon: "ph-lightning ph-bold ph-lg", icon: "ph-webhooks-logo ph-bold ph-lg",
}); });
</script> </script>

View File

@ -23,13 +23,13 @@
>Followed</FormSwitch >Followed</FormSwitch
> >
<FormSwitch v-model="event_note" class="_formBlock" <FormSwitch v-model="event_note" class="_formBlock"
>Note</FormSwitch >Posts</FormSwitch
> >
<FormSwitch v-model="event_reply" class="_formBlock" <FormSwitch v-model="event_reply" class="_formBlock"
>Reply</FormSwitch >Replies</FormSwitch
> >
<FormSwitch v-model="event_renote" class="_formBlock" <FormSwitch v-model="event_renote" class="_formBlock"
>Renote</FormSwitch >Boosts</FormSwitch
> >
<FormSwitch v-model="event_reaction" class="_formBlock" <FormSwitch v-model="event_reaction" class="_formBlock"
>Reaction</FormSwitch >Reaction</FormSwitch
@ -97,6 +97,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({ definePageMetadata({
title: "Create new webhook", title: "Create new webhook",
icon: "ph-lightning ph-bold ph-lg", icon: "ph-webhooks-logo ph-bold ph-lg",
}); });
</script> </script>

View File

@ -72,6 +72,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({ definePageMetadata({
title: "Webhook", title: "Webhook",
icon: "ph-lightning ph-bold ph-lg", icon: "ph-webhooks-logo ph-bold ph-lg",
}); });
</script> </script>