From 81987ac8f155690ee125f4aa2883dc47e019990d Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sat, 21 Feb 2026 22:05:26 +0100 Subject: [PATCH] feat: list logos from the api instead of hardcoding it --- app/components/ApiModal.vue | 7 +++--- app/components/AppBody.vue | 8 +++--- server/api/logos.ts | 22 ++++++++++++++++ shared/utils/settings.ts | 50 +------------------------------------ 4 files changed, 32 insertions(+), 55 deletions(-) create mode 100644 server/api/logos.ts diff --git a/app/components/ApiModal.vue b/app/components/ApiModal.vue index c33c09a..7cfcb17 100644 --- a/app/components/ApiModal.vue +++ b/app/components/ApiModal.vue @@ -1,6 +1,7 @@