mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
move hidden hashtag menu
This commit is contained in:
parent
79ae442ba3
commit
6d5129c938
1 changed files with 6 additions and 6 deletions
|
@ -181,12 +181,6 @@ const menuDef = $computed(() => [
|
||||||
to: "/admin/emojis",
|
to: "/admin/emojis",
|
||||||
active: currentPage?.route.name === "emojis",
|
active: currentPage?.route.name === "emojis",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: "ph-hash ph-bold ph-lg",
|
|
||||||
text: i18n.ts.hashtags,
|
|
||||||
to: "/admin/hashtags",
|
|
||||||
active: currentPage?.route.name === "hashtags",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: "ph-planet ph-bold ph-lg",
|
icon: "ph-planet ph-bold ph-lg",
|
||||||
text: i18n.ts.federation,
|
text: i18n.ts.federation,
|
||||||
|
@ -275,6 +269,12 @@ const menuDef = $computed(() => [
|
||||||
active:
|
active:
|
||||||
currentPage?.route.name === "instance-block",
|
currentPage?.route.name === "instance-block",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: "ph-hash ph-bold ph-lg",
|
||||||
|
text: i18n.ts.hiddenTags,
|
||||||
|
to: "/admin/hashtags",
|
||||||
|
active: currentPage?.route.name === "hashtags",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: "ph-ghost ph-bold ph-lg",
|
icon: "ph-ghost ph-bold ph-lg",
|
||||||
text: i18n.ts.proxyAccount,
|
text: i18n.ts.proxyAccount,
|
||||||
|
|
Loading…
Add table
Reference in a new issue