fabro/apps/fabro-web/app/data
Bryan Helmkamp 716ba17780
Show billed amount in runs list size tooltip
The Size column in the runs list rendered SizeChip without the billed
total, so its tooltip read "Size M" while the run detail header showed
"Size M · $12.34 billed".

The tooltip was also unreachable: the row title link paints a
`before:absolute before:inset-0` overlay across the whole row, which sat
above the chip and swallowed hover. Wrapping the chip in `relative z-10`
lifts it above that overlay, matching how the created-by and pull request
cells already handle interactive content.

Runs without terminal billing keep the plain "Size M" label, same as the
header.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 15:19:57 -04:00
..
dot-grammar.ts Update docs, frontend, marketing, and skills for .fabro extension 2026-03-13 22:38:25 -04:00
register-dot-language.ts refactor(web): drop light mode, go dark-only 2026-04-20 09:27:08 -04:00
runs.test.ts Show billed amount in runs list size tooltip 2026-07-27 15:19:57 -04:00
runs.ts Show billed amount in runs list size tooltip 2026-07-27 15:19:57 -04:00