From a9b354780bb8a95b54792a536cd8953f90192b70 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 22 May 2026 09:04:24 -0400 Subject: [PATCH] =?UTF-8?q?fc5:=20LegacyMigrationCard=20=E2=80=94=20file?= =?UTF-8?q?=20uploads=20+=20step=20buttons=20+=20active-run=20+=20history;?= =?UTF-8?q?=20slotted=20into=20MaintenancePanel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../settings/LegacyMigrationCard.vue | 245 ++++++++++++++++++ .../components/settings/MaintenancePanel.vue | 2 + 2 files changed, 247 insertions(+) create mode 100644 frontend/src/components/settings/LegacyMigrationCard.vue diff --git a/frontend/src/components/settings/LegacyMigrationCard.vue b/frontend/src/components/settings/LegacyMigrationCard.vue new file mode 100644 index 0000000..be2dfd1 --- /dev/null +++ b/frontend/src/components/settings/LegacyMigrationCard.vue @@ -0,0 +1,245 @@ + + + + + diff --git a/frontend/src/components/settings/MaintenancePanel.vue b/frontend/src/components/settings/MaintenancePanel.vue index e6e963d..9639edf 100644 --- a/frontend/src/components/settings/MaintenancePanel.vue +++ b/frontend/src/components/settings/MaintenancePanel.vue @@ -12,6 +12,7 @@ + @@ -21,6 +22,7 @@ import CentroidRecomputeCard from './CentroidRecomputeCard.vue' import MLThresholdSliders from './MLThresholdSliders.vue' import AllowlistTable from './AllowlistTable.vue' import AliasTable from './AliasTable.vue' +import LegacyMigrationCard from './LegacyMigrationCard.vue'