-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: various fixes to the client (#930)
- Loading branch information
Showing
7 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
client/src/app/pages/dashboard/import/ChunithmSiteImportPage.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import useSetSubheader from "components/layout/header/useSetSubheader"; | ||
import Divider from "components/util/Divider"; | ||
import ExternalLink from "components/util/ExternalLink"; | ||
import { TachiConfig } from "lib/config"; | ||
import React from "react"; | ||
|
||
export default function ChunithmSiteImportPage() { | ||
useSetSubheader(["Import Scores", "CHUNITHM Site Importer"]); | ||
|
||
return ( | ||
<div> | ||
<h1 className="text-center mb-4">What is the CHUNITHM DX site importer?</h1> | ||
<div> | ||
The CHUNITHM Site Importer is a script that will scrape your profile on the CHUNITHM | ||
website and import it to {TachiConfig.name}. | ||
</div> | ||
<Divider /> | ||
<h1 className="text-center my-4">Setup Instructions</h1> | ||
Instructions are available on{" "} | ||
<ExternalLink href="https://github.com/beerpiss/kt-chunithm-site-importer"> | ||
the GitHub repository | ||
</ExternalLink> | ||
. | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters