refactor: ♻️ Move Groups to an extension

This commit is contained in:
Jesse Wierzbinski 2024-12-11 12:27:08 +01:00
parent 46297d538c
commit fe451d018c
No known key found for this signature in database
6 changed files with 38 additions and 14 deletions

View file

@ -284,7 +284,6 @@ export const navigation: NavGroup[] = [
{ title: "Follow", href: "/entities/follow" },
{ title: "FollowAccept", href: "/entities/follow-accept" },
{ title: "FollowReject", href: "/entities/follow-reject" },
{ title: "Group", href: "/entities/group" },
{ title: "Notes", href: "/entities/note" },
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
{ title: "Unfollow", href: "/entities/unfollow" },
@ -295,6 +294,7 @@ export const navigation: NavGroup[] = [
title: "Extensions",
links: [
{ title: "Custom Emojis", href: "/extensions/custom-emojis" },
{ title: "Groups", href: "/extensions/groups" },
{
title: "Instance Messaging",
href: "/extensions/instance-messaging",