From 72391fb5776f67a425129828539d40f0ef5bdadc Mon Sep 17 00:00:00 2001 From: David Alvarez Date: Wed, 27 May 2026 11:25:03 +0200 Subject: [PATCH] feat: auto-search IGDB on file select, pick match or type custom title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upload flow is now: 1. Click +Upload โ†’ select a .zip file 2. IGDB is auto-searched with the filename 3. If matches found โ†’ show results as selectable cards + fallback custom title search at the bottom 4. If no matches โ†’ show 'no matches' + manual title + Upload btn + a fallback 'Use filename: xxx' button 5. Clicking a result uploads immediately with that game's title (so IGDB auto-scrape picks it up correctly) 6. Cancel button to dismiss --- frontend/src/pages/Library.svelte | 236 +++++++++++++++++++++++++++--- 1 file changed, 214 insertions(+), 22 deletions(-) diff --git a/frontend/src/pages/Library.svelte b/frontend/src/pages/Library.svelte index 0d1ce6f..76ea009 100644 --- a/frontend/src/pages/Library.svelte +++ b/frontend/src/pages/Library.svelte @@ -1,5 +1,5 @@