From 6c501cc317af30e79325907de56987af055acaf2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 20 Oct 2025 17:43:24 -0700 Subject: clean up existing links on import modals --- frontend/src/components/modals/DancerushModal.tsx | 79 ++++++++++++----------- 1 file changed, 41 insertions(+), 38 deletions(-) (limited to 'frontend/src/components/modals/DancerushModal.tsx') diff --git a/frontend/src/components/modals/DancerushModal.tsx b/frontend/src/components/modals/DancerushModal.tsx index a13ce2a..f350a5a 100644 --- a/frontend/src/components/modals/DancerushModal.tsx +++ b/frontend/src/components/modals/DancerushModal.tsx @@ -1,5 +1,4 @@ import type { SupportedGame } from "../../types/game"; -import { EamuseImportInfo } from "../../types/constants"; interface DancerushModalProps { isOpen: boolean; @@ -70,7 +69,7 @@ const DancerushModal = ({ {/* Header */}

- Import DANCERUSH Data + Import DANCERUSH e-amusement Data

Follow the instructions below to import your data @@ -97,46 +96,50 @@ const DancerushModal = ({ Instructions:

    -
  1. Log into your e-amusement account
  2. - {EamuseImportInfo["dancerush"] ? ( -
  3. - Navigate to your{" "} - - DANCERUSH score data page - {" "} - DANCERUSH score data page -
  4. - ) : ( -
  5. Navigate to your DANCERUSH score data page
  6. - )} - {EamuseImportInfo["dancerush"] ? ( -
  7. - Install the userscript to your browser (use an extension such - as Tampermonkey) -
  8. - ) : ( -
  9. - Scrape the data using any method of your choice and translate - it into a Mirage DANCERUSH compatible JSON format -
  10. - )} -
  11. Upload the resulting JSON file into Mirage using the Batch-Manual Upload functionality
  12. +
  13. + Log into the{" "} + + DANCERUSH e-amusement page + +
  14. +
  15. + Navigate to the{" "} + + DANCERUSH Play History Page + {" "} +
  16. +
  17. + Install the relevant userscript (use a browser extension such as{" "} + Tampermonkey) +
  18. + {/* Additional Info */} +
    +

    + + e-amusement Recently Played Score Export Userscript (Last 20 Played) + +

    +
    +
  19. + A button will appear on the page that you can click to start the scraping process. +
  20. +
  21. + Upload the resulting JSON file into Mirage using the + Batch-Manual Upload functionality +
  22. Verify that all data has been imported correctly
- {/* Additional Info */} -
-

- - e-amusement Recently Played Score Export Userscript (Last 20 Played) - -

-
- {/* Actions */}