aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-13 13:08:00 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-13 13:08:00 -0700
commit1eb732282911a38e8c8d380f8b31b46ee67cb734 (patch)
treea7dd809b51a3170c5fcddb6d54f5fd2b56e808e6 /frontend/src
parent749312ed2a13ad33e34d1e0913a0afd1218c030d (diff)
fix: add rb score display to chart view
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/pages/Chart.tsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/src/pages/Chart.tsx b/frontend/src/pages/Chart.tsx
index ed3f648..346efd0 100644
--- a/frontend/src/pages/Chart.tsx
+++ b/frontend/src/pages/Chart.tsx
@@ -10,6 +10,7 @@ import MusicDiverDisplay from "../components/displays/MusicDiverScoreDisplay";
import SongInfoDisplay from "../components/modals/SongInfoDisplay";
import DancearoundScoreDisplay from "../components/displays/DancearoundScoreDisplay";
import NostalgiaScoreDisplay from "../components/displays/NostalgiaScoreDisplay";
+import ReflecBeatScoreDisplay from "../components/displays/ReflecBeatScoreDisplay";
type SortField = string;
type SortDirection = "asc" | "desc";
@@ -252,6 +253,18 @@ const Chart = () => {
hideTitleArtist={true}
/>
);
+ case "reflecbeat":
+ return (
+ <ReflecBeatScoreDisplay
+ scores={scores}
+ viewMode={viewMode}
+ sortField={sortField}
+ sortDirection={sortDirection}
+ onSort={handleSort}
+ showUsername={true}
+ hideTitleArtist={true}
+ />
+ );
default:
return (
<ScoreDisplay
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage