From 3f3d343acfc612fe71a0b8cd3779c02c57e00366 Mon Sep 17 00:00:00 2001 From: elainefan331 Date: Thu, 18 Jun 2026 12:07:28 -0400 Subject: [PATCH] fix(autobidsify): update all three Converter download URLs to new repo --- .../Dashboard/DatasetOrganizer/LLMPanel.tsx | 6 +- .../User/Dashboard/DatasetOrganizer/index.tsx | 81 ++++++++++++------- src/pages/BidsConverterPage.tsx | 45 ++++++++--- 3 files changed, 86 insertions(+), 46 deletions(-) diff --git a/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx b/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx index 55c4cca..e2c14da 100644 --- a/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx +++ b/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx @@ -1802,9 +1802,9 @@ const LLMPanel: React.FC = ({ const ua = navigator.userAgent.toLowerCase(); const os = ua.includes("win") ? "windows" : ua.includes("linux") ? "linux" : "mac"; const urls: Record = { - mac: "https://github.com/elainefan331/autobidsify-executor/releases/latest/download/AutoBIDSify-Executor-mac.zip", - windows: "https://github.com/elainefan331/autobidsify-executor/releases/latest/download/AutoBIDSify-Executor-windows.zip", - linux: "https://github.com/elainefan331/autobidsify-executor/releases/latest/download/AutoBIDSify-Executor-linux.zip", + mac: "https://github.com/yiyiliu-rose/autobidsifyAPP/releases/latest/download/AutoBIDSify-ExecVal-macOS-arm64.zip", + windows: "https://github.com/yiyiliu-rose/autobidsifyAPP/releases/latest/download/AutoBIDSify-ExecVal-Windows.zip", + linux: "https://github.com/yiyiliu-rose/autobidsifyAPP/releases/latest/download/AutoBIDSify-ExecVal-Linux.tar.gz", }; window.open(urls[os], "_blank"); }} diff --git a/src/components/User/Dashboard/DatasetOrganizer/index.tsx b/src/components/User/Dashboard/DatasetOrganizer/index.tsx index bb1d332..92a73f4 100644 --- a/src/components/User/Dashboard/DatasetOrganizer/index.tsx +++ b/src/components/User/Dashboard/DatasetOrganizer/index.tsx @@ -364,38 +364,58 @@ const DatasetOrganizer: React.FC = () => { - - - + + + + + color: Colors.lightGray, + "&:hover": { + backgroundColor: Colors.darkGreen, + border: "none", + }, + }} + > + Export JSON + + diff --git a/src/pages/BidsConverterPage.tsx b/src/pages/BidsConverterPage.tsx index 00f3993..c37a32a 100644 --- a/src/pages/BidsConverterPage.tsx +++ b/src/pages/BidsConverterPage.tsx @@ -243,19 +243,38 @@ const BidsConverterPage: React.FC = () => { - - + + + + +