From fbb7a53d2dd1c6abb7c5e3e4fc48f2bcd66c25a4 Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Sat, 31 May 2025 11:47:49 -0400 Subject: [PATCH] Fix button placement, fix chart selector --- public/data-sources/changelog.json | 3 ++- src/views/Game/PersonalRecords.vue | 2 +- src/views/Game/SongView.vue | 24 ++++++++++++++---------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/public/data-sources/changelog.json b/public/data-sources/changelog.json index 1dff25c..c2e9515 100644 --- a/public/data-sources/changelog.json +++ b/public/data-sources/changelog.json @@ -9,5 +9,6 @@ "3.0.8": ["- (Minor) Added game event options for Classic IIDX versions"], "3.0.8-shrimplinks": ["- (Bugfix) Fix broken session."], "3.0.9": ["- (Minor) Add additional data to the dashboard, including today stats and score stats. Add score stats to chart."], - "3.0.10": ["- (Major) Add experimental records pages, work on score processing.", "- (Bugfix) Clean up new dashboard data"] + "3.0.10": ["- (Major) Add experimental records pages, work on score processing.", "- (Bugfix) Clean up new dashboard data"], + "3.0.11": ["- (Bugfix) Fix broken chart sorting for certain games.", "- (Bugfix) Add spacing on mobile for personal records user buttons."] } \ No newline at end of file diff --git a/src/views/Game/PersonalRecords.vue b/src/views/Game/PersonalRecords.vue index f0d9195..4e8101c 100644 --- a/src/views/Game/PersonalRecords.vue +++ b/src/views/Game/PersonalRecords.vue @@ -89,7 +89,7 @@ const filteredSongs = computed(() => {