diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue index 4f959793..0fa6893f 100644 --- a/apps/app-frontend/src/App.vue +++ b/apps/app-frontend/src/App.vue @@ -4,6 +4,7 @@ import { ChangeSkinIcon, CompassIcon, DownloadIcon, + ExternalIcon, HomeIcon, LeftArrowIcon, LibraryIcon, @@ -18,6 +19,7 @@ import { RestoreIcon, RightArrowIcon, SettingsIcon, + UserIcon, WorldIcon, XIcon, } from '@modrinth/assets' @@ -69,7 +71,7 @@ import { debugAnalytics, initAnalytics, optOutAnalytics, trackEvent } from '@/he import { get_user } from '@/helpers/cache.js' import { command_listener, warning_listener } from '@/helpers/events.js' import { useFetch } from '@/helpers/fetch.js' -import { cancelLogin, get as getCreds, login, logout } from '@/helpers/mr_auth.js' +import { cancelLogin, get as getCreds, login, logout } from '@/helpers/mr_auth.ts' import { list } from '@/helpers/profile.js' import { get as getSettings, set as setSettings } from '@/helpers/settings.ts' import { get_opening_command, initialize_state } from '@/helpers/state' @@ -817,29 +819,39 @@ provideAppUpdateDownloadProgress(appUpdateDownload) > - - - - - - - - - + + + + + + +
@@ -979,19 +991,19 @@ provideAppUpdateDownloadProgress(appUpdateDownload)