feature/gameplay-ui-improvements #2

Merged
cal merged 10 commits from feature/gameplay-ui-improvements into main 2026-02-07 05:01:17 +00:00
Showing only changes of commit f0979ccc9e - Show all commits

View File

@ -1,4 +1,5 @@
<template>
<!-- TODO: Spruce up the appearance of this component - improve styling, colors, animations, and visual polish -->
<div v-if="hasRunners" class="runners-on-base-container">
<!-- Split Layout: Runners List | Catcher Card -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-0 bg-white rounded-lg shadow-md overflow-hidden">