diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-23 11:50:05 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-23 11:50:05 -0700 |
| commit | db1140ebce2c1a8ac473a01d719c48c245b00119 (patch) | |
| tree | b3e843cc876120e816654f71a7c128d234717a33 /frontend/src/components/displays/DivaScoreDisplay.tsx | |
| parent | 59ee072b1501608431174f0cf93592c4bc5668a5 (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.tsx | 7 |
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", |
