From da75fb7ebdce4694493e5934c5dfc355e1854a49 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Fri, 19 Jun 2026 18:54:39 -0400 Subject: [PATCH 1/4] chore: update form styles --- components/MatchOptions.vue | 79 ++-- components/PlayerSanctions.vue | 3 + components/PlayerVacBadge.vue | 5 +- components/match/MatchOptionsDisplay.vue | 487 ++++++++++++++++------- components/match/MatchTabs.vue | 64 ++- components/match/SettingHeader.vue | 13 + i18n/locales/en.json | 1 + pages/players/[id].vue | 213 ++++++---- 8 files changed, 584 insertions(+), 281 deletions(-) create mode 100644 components/match/SettingHeader.vue diff --git a/components/MatchOptions.vue b/components/MatchOptions.vue index 33b0d49e2..103e0e8ce 100644 --- a/components/MatchOptions.vue +++ b/components/MatchOptions.vue @@ -19,6 +19,7 @@ import { import FiveStackToolTip from "./FiveStackToolTip.vue"; import RegionStatusDot from "~/components/regions/RegionStatusDot.vue"; import { Card } from "~/components/ui/card"; +import SettingHeader from "~/components/match/SettingHeader.vue";