From 4f8e91a3df8077dbb3ef250e54948ccf11fa8551 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 11 Nov 2025 19:01:30 -0800 Subject: add donder hiroba import method card --- .../components/modals/TaikoDonderHirobaModal.tsx | 20 +++++++++++------ frontend/src/pages/Import.tsx | 25 +++++++++++++++++++++- 2 files changed, 37 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/modals/TaikoDonderHirobaModal.tsx b/frontend/src/components/modals/TaikoDonderHirobaModal.tsx index c8f46c8..897bd75 100644 --- a/frontend/src/components/modals/TaikoDonderHirobaModal.tsx +++ b/frontend/src/components/modals/TaikoDonderHirobaModal.tsx @@ -16,9 +16,9 @@ const TaikoDonderHirobaModal = ({ if (renderAsCard) { return (
-
+

Donder Hiroba Import

- Import Play History from Donder Hiroba + Import Play History from Donder Hiroba (Official Taiko Cabinets)

); @@ -67,20 +67,26 @@ const TaikoDonderHirobaModal = ({ {/* Header */}

- Import {game.formattedName} Data (Donder Hiroba) + Import Donder Hiroba Data

Exporting from Donder Hiroba requires slightly more setup than other methods. Follow the instructions{" "} here .

+
+

+ In case it isn't already clear. You will need to have played at least 1 game of Taiko on an official cabinet using + an IC Card to register on Donder Hiroba. +

+
{/* Actions */}
); -- cgit v1.2.3