webhooks icon
This commit is contained in:
parent
d8aaa8f199
commit
983c860bd0
|
@ -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",
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue