fix: new PAT not in list and cmp revenue (#5614)

* fix cmp info revenue not showing #5610

* fix use head referencing undefined

* fix new PAT not pushed to list and use new modal

* remove flex wrap in header nav
This commit is contained in:
Truman Gao
2026-03-19 00:06:35 +00:00
committed by GitHub
parent 1d10af09f5
commit 922b72d1a4
6 changed files with 68 additions and 52 deletions
@@ -283,10 +283,6 @@ definePageMeta({
middleware: 'auth',
})
useHead({
title: () => `${formatMessage(messages.headTitle)} - Modrinth`,
})
const messages = defineMessages({
headTitle: {
id: 'settings.applications.head-title',
@@ -420,6 +416,10 @@ const messages = defineMessages({
},
})
useHead({
title: () => `${formatMessage(messages.headTitle)} - Modrinth`,
})
const { scopesToLabels } = useScopes()
const scopeCategories = computed(() => {