From f23f220a0c594a5dae8ee2f47c7dcb37d142241e Mon Sep 17 00:00:00 2001 From: didirus Date: Sun, 21 Jun 2026 17:33:43 +0300 Subject: [PATCH] feat(astralrinth): add launcher update installer selection --- .../ui/astralrinth/LauncherUpdateModal.vue | 87 +++++++++++++-- .../src/helpers/astralrinth/update.ts | 82 ++++++++------ apps/app-frontend/src/helpers/utils.js | 4 +- .../app-frontend/src/locales/en-US/index.json | 11 +- .../app-frontend/src/locales/ru-RU/index.json | 11 +- apps/app/src/api/utils.rs | 2 - .../app-lib/src/api/astralrinth/update.rs | 105 ++++++++++++------ .../app-lib/src/util/astralrinth/utils.rs | 3 - 8 files changed, 214 insertions(+), 91 deletions(-) diff --git a/apps/app-frontend/src/components/ui/astralrinth/LauncherUpdateModal.vue b/apps/app-frontend/src/components/ui/astralrinth/LauncherUpdateModal.vue index 17e97472c..b0fa9f042 100644 --- a/apps/app-frontend/src/components/ui/astralrinth/LauncherUpdateModal.vue +++ b/apps/app-frontend/src/components/ui/astralrinth/LauncherUpdateModal.vue @@ -1,14 +1,15 @@