From f88f62aeafa577afda152d9bf74089acd1400491 Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:01:40 -0400 Subject: [PATCH] Finish popn charas --- src/views/Game/GameView.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/Game/GameView.vue b/src/views/Game/GameView.vue index ef20a7f..18b1699 100644 --- a/src/views/Game/GameView.vue +++ b/src/views/Game/GameView.vue @@ -16,7 +16,7 @@ import SongCardSmall from "@/components/Cards/SongCardSmall.vue"; import { APIGetProfile, APIGetGame } from "@/stores/api/profile"; import { APIGetMusicData } from "@/stores/api/music"; -import { GameConstants, getGameInfo } from "@/constants"; +import { getGameInfo } from "@/constants"; import { dashCode } from "@/constants/userData"; import { getIIDXDan } from "@/constants/danClass"; import { formatSortableDate } from "@/constants/date"; @@ -119,7 +119,7 @@ headers.push({ text: "Player", value: "username", sortable: true, - width: 120, + width: 130, }); if (!thisGame.noRivals) { @@ -127,7 +127,7 @@ if (!thisGame.noRivals) { text: "Rival ID", value: "extid", sortable: true, - width: 100, + width: 120, }); } @@ -448,7 +448,6 @@ function formatHitchart(data) {