aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays/DivaScoreDisplay.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/DivaScoreDisplay.tsx
parent59ee072b1501608431174f0cf93592c4bc5668a5 (diff)
refactor: more display refactor, remove invisible mainkey mappings
Diffstat (limited to 'frontend/src/components/displays/DivaScoreDisplay.tsx')
-rw-r--r--frontend/src/components/displays/DivaScoreDisplay.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/src/components/displays/DivaScoreDisplay.tsx b/frontend/src/components/displays/DivaScoreDisplay.tsx
index 2646b6b..ddbdf0c 100644
--- a/frontend/src/components/displays/DivaScoreDisplay.tsx
+++ b/frontend/src/components/displays/DivaScoreDisplay.tsx
@@ -44,11 +44,18 @@ const DivaScoreDisplay: React.FC<ScoreDisplayProps> = ({
}) => {
// Key mappings for better display names. Hit or miss
const keyDisplayNames: Record<string, string> = {
+ title: "Title",
+ artist: "Artist",
score: "SCORE",
difficulty: "Difficulty Rating",
lamp: "CLEAR RANK",
diff_lamp: "Chart Difficulty",
timestamp: "Date",
+ sad: "Sad",
+ cool: "Cool",
+ fine: "Fine",
+ safe: "Safe",
+ worst: "Worst",
judgements: "Judgements",
maxCombo: "Max Combo",
username: "Username",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage