From 308fe9298c3e767a51d0a06173c83b416da29aee Mon Sep 17 00:00:00 2001 From: didirus Date: Fri, 19 Jun 2026 21:53:50 +0300 Subject: [PATCH] refactor(astralrinth): replace splash logo with branded app asset --- .../src/assets/astralrinth-app.svg | 102 ++++++++++++++++++ .../src/components/ui/SplashScreen.vue | 69 +----------- 2 files changed, 105 insertions(+), 66 deletions(-) create mode 100644 apps/app-frontend/src/assets/astralrinth-app.svg diff --git a/apps/app-frontend/src/assets/astralrinth-app.svg b/apps/app-frontend/src/assets/astralrinth-app.svg new file mode 100644 index 000000000..9f6d39a46 --- /dev/null +++ b/apps/app-frontend/src/assets/astralrinth-app.svg @@ -0,0 +1,102 @@ + +AstralRinth diff --git a/apps/app-frontend/src/components/ui/SplashScreen.vue b/apps/app-frontend/src/components/ui/SplashScreen.vue index 7783f0820..067ee67d8 100644 --- a/apps/app-frontend/src/components/ui/SplashScreen.vue +++ b/apps/app-frontend/src/components/ui/SplashScreen.vue @@ -2,71 +2,7 @@
- + {{ message }}
@@ -82,6 +18,7 @@ import { injectLoadingState } from '@modrinth/ui' import { ref, watch } from 'vue' import ProgressBar from '@/components/ui/ProgressBar.vue' +import astralrinthAppLogo from '@/assets/astralrinth-app.svg?url' import { loading_listener } from '@/helpers/events.js' const doneLoading = ref(false) @@ -174,7 +111,7 @@ loading_listener(async (e) => { } .app-logo { - height: 2.25rem; + height: 10.5rem; width: fit-content; }