aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays/DancearoundScoreDisplay.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/displays/DancearoundScoreDisplay.tsx')
-rw-r--r--frontend/src/components/displays/DancearoundScoreDisplay.tsx19
1 files changed, 1 insertions, 18 deletions
diff --git a/frontend/src/components/displays/DancearoundScoreDisplay.tsx b/frontend/src/components/displays/DancearoundScoreDisplay.tsx
index 28ba9ed..b426d96 100644
--- a/frontend/src/components/displays/DancearoundScoreDisplay.tsx
+++ b/frontend/src/components/displays/DancearoundScoreDisplay.tsx
@@ -1,30 +1,13 @@
import React from "react";
import {Link} from "react-router";
import { globalSkipKeys } from "../../types/constants";
+import type {Score, ScoreDisplayProps} from "../../types/game";
import lampExcellent from "../../assets/games/dancearound/grade_excellent.webp";
import lampFullcombo from "../../assets/games/dancearound/grade_fullcombo.webp";
import lampClear from "../../assets/games/dancearound/grade_clear.webp";
import lampFailure from "../../assets/games/dancearound/grade_failed.webp";
import SHA1 from "crypto-js/sha1";
-interface Score {
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
- [key: string]: any;
- timestamp: string | number;
- username?: string;
-}
-
-interface ScoreDisplayProps {
- scores: Score[];
- viewMode: "cards" | "table";
- sortField: string;
- sortDirection: "asc" | "desc";
- onSort: (field: string) => void;
- onDelete?: (scoreId: number) => void;
- showUsername?: boolean;
- hideTitleArtist?: boolean;
-}
-
const DancearoundScoreDisplay: React.FC<ScoreDisplayProps> = ({
scores,
viewMode,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage