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:
parent
659ac7759d
commit
f0979ccc9e
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user