diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue
index 041209b551..54d9320c26 100644
--- a/apps/app-frontend/src/App.vue
+++ b/apps/app-frontend/src/App.vue
@@ -5,6 +5,7 @@ import {
nodeAuthState,
PanelVersionFeature,
TauriModrinthClient,
+ VerboseLoggingFeature,
} from '@modrinth/api-client'
import {
ArrowBigUpDashIcon,
@@ -146,6 +147,7 @@ const tauriApiClient = new TauriModrinthClient({
token: async () => (await getCreds())?.session,
}),
new PanelVersionFeature(),
+ new VerboseLoggingFeature(),
],
})
provideModrinthClient(tauriApiClient)
@@ -420,6 +422,7 @@ const route = useRoute()
const loading = useLoading()
loading.setEnabled(false)
+loading.startLoading()
const error = useError()
const errorModal = ref()
@@ -1023,6 +1026,8 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
v-if="themeStore.featureFlags.servers_in_app"
v-tooltip.right="'Servers'"
to="/hosting/manage"
+ :is-primary="(r) => r.path === '/hosting/manage' || r.path === '/hosting/manage/'"
+ :is-subpage="(r) => r.path.startsWith('/hosting/manage/') && r.path !== '/hosting/manage/'"
>
{{ loaderVersion }}
-- Are you sure you want to - {{ pendingAction }} the server? -
-{{ server }}
- - Select the version of {{ props.project?.title || 'the modpack' }} you want to install on - your server. -
-- Currently installed: {{ props.currentVersion.version_number }} -
-- {{ - 'This will reinstall your server and erase all data. Are you sure you want to continue?' - }} -
-- We automatically analyzed the logs and found the following: -
-{{ problem.message }}
-You can try restarting the server.
- - - We could not find any specific problems, but you can try restarting the server. - -- An error occurred while attempting to connect to your server. Please try refreshing the - page. (WebSocket Authentication Failed) -
-You have unsaved changes.
+