aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays/DancerushScoreDisplay.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-23 11:50:05 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-23 11:50:05 -0700
commitdb1140ebce2c1a8ac473a01d719c48c245b00119 (patch)
treeb3e843cc876120e816654f71a7c128d234717a33 /frontend/src/components/displays/DancerushScoreDisplay.tsx
parent59ee072b1501608431174f0cf93592c4bc5668a5 (diff)
refactor: more display refactor, remove invisible mainkey mappings
Diffstat (limited to 'frontend/src/components/displays/DancerushScoreDisplay.tsx')
-rw-r--r--frontend/src/components/displays/DancerushScoreDisplay.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/displays/DancerushScoreDisplay.tsx b/frontend/src/components/displays/DancerushScoreDisplay.tsx
index fcdc254..d1350ad 100644
--- a/frontend/src/components/displays/DancerushScoreDisplay.tsx
+++ b/frontend/src/components/displays/DancerushScoreDisplay.tsx
@@ -37,6 +37,8 @@ const DancerushScoreDisplay: React.FC<ScoreDisplayProps> = ({
}) => {
// Key mappings for better display names. Hit or miss
const keyDisplayNames: Record<string, string> = {
+ title: "Title",
+ artist: "Artist",
score: "Score",
difficulty: "Level",
lamp: "Rank",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage