CLAUDE: Add TODO for visual polish on RunnersOnBase component

- Added TODO comment to improve styling, colors, animations
- Component is functional and working well, ready for future aesthetic improvements
This commit is contained in:
Cal Corum 2026-02-06 19:28:37 -06:00
parent 659ac7759d
commit f0979ccc9e

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">