Various UX improvements.

This commit is contained in:
Greyson Parrelli
2026-07-24 07:54:58 -04:00
parent dd395f4bbf
commit 962e3bb5ff
5 changed files with 223 additions and 13 deletions
+3 -1
View File
@@ -118,7 +118,9 @@ export function Table({ session, onLeave }: { session: Session; onLeave: () => v
)}
<span className="topbar-name">{p.name}</span>
<span className="chip">🏆 {p.trophies}</span>
{view.phase === 'shop' && (
{/* Your own gold shows as big discs above the buy row (ShopPhase);
the opponent's stays as a compact chip here. */}
{view.phase === 'shop' && p.seat !== view.youSeat && (
<span className="chip">🪙 {p.coins}</span>
)}
{(p.avocados ?? 0) > 0 && (