From 46b85ecd96f458d08a1312c8b9420043cef3e41e Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Wed, 7 Aug 2024 22:38:28 -0400 Subject: [PATCH 1/4] [ROMM-1063] Add Amiga CD32 to emulatorjs game list --- frontend/src/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/utils/index.ts b/frontend/src/utils/index.ts index 926ebffb1..541945e13 100644 --- a/frontend/src/utils/index.ts +++ b/frontend/src/utils/index.ts @@ -265,6 +265,7 @@ export function languageToEmoji(language: string) { const _EJS_CORES_MAP = { "3do": ["opera"], amiga: ["puae"], + "amiga-cd32": ["puae"], arcade: [ "mame2003", "mame2003_plus", From 0b766a617b78725e5e84310853669593097d755c Mon Sep 17 00:00:00 2001 From: zurdi Date: Thu, 8 Aug 2024 12:17:53 +0200 Subject: [PATCH 2/4] fixed white + shadow text --- frontend/src/views/Login.vue | 4 ++-- frontend/src/views/Setup.vue | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Login.vue b/frontend/src/views/Login.vue index 16ce6392f..89eaae4db 100644 --- a/frontend/src/views/Login.vue +++ b/frontend/src/views/Login.vue @@ -116,8 +116,8 @@ async function login() { -
- {{ heartbeatStore.value.VERSION }} +
+ {{ heartbeatStore.value.VERSION }}
diff --git a/frontend/src/views/Setup.vue b/frontend/src/views/Setup.vue index c067d981d..c8366fdbf 100644 --- a/frontend/src/views/Setup.vue +++ b/frontend/src/views/Setup.vue @@ -85,6 +85,7 @@ async function finishWizard() {