From 51ec697b958554f57a8d222844aedec249c034fe Mon Sep 17 00:00:00 2001 From: Martins Bruveris Date: Tue, 30 Jun 2026 01:35:24 +0100 Subject: [PATCH] Fix backup Import-from-file: open dialog and update state The "Import from file" button in the Automatic Backup Saves modal was broken in two independent ways: 1. UI: the button never opened a file picker. The invisible `.c-file-import` input is `position: absolute` and relies on a `position: relative` wrapper (`.c-file-import-button`) to be anchored over the button, exactly as the working import in OptionsSavingTab.vue does. The backup modal's PrimaryButton omitted that class, so the invisible input was positioned elsewhere and clicks on the button never reached it (and the `