From 659ac7759ddcbe6de276090430da6e1f922a95d1 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 6 Feb 2026 19:21:52 -0600 Subject: [PATCH] CLAUDE: Remove GameBoard (diamond) component from gameplay view - Removed GameBoard component from both mobile and desktop layouts - Removed unused GameBoard import - RunnersOnBase component now handles runner display - Cleaner UI focused on pitcher/batter matchup and expandable runner cards --- frontend-sba/components/Game/GamePlay.vue | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/frontend-sba/components/Game/GamePlay.vue b/frontend-sba/components/Game/GamePlay.vue index 4798ad7..d4938cf 100644 --- a/frontend-sba/components/Game/GamePlay.vue +++ b/frontend-sba/components/Game/GamePlay.vue @@ -62,15 +62,7 @@
- - - - +