Files
ontime/apps
Claude 8b8885d0b7 fix(cuesheet): align lazy cell placeholder with its editor
Two regressions from the lazy text-cell placeholders:
- single-line placeholders centered their text in the full (possibly tall)
  cell, so the text jumped upward when the top-aligned editor mounted. Keep
  the glyph in a 2rem band at the top (scoped to editable cells via a
  `topAligned` prop so the time/duration delay indicator is unaffected).
- multi-line placeholders only grew to their content height, so a short note
  in a row made tall by another column was not fully clickable. Use
  `min-height: 100%` so the placeholder fills the cell (and still grows with
  content, no clipping).

Verified by measuring text/editor positions: single-line jump ~0px; all text
placeholders fill the cell and the whole area is clickable. Cuesheet e2e (4/4).
2026-06-21 06:19:29 +00:00
..
2026-06-07 13:53:25 +02:00
2026-06-07 13:53:25 +02:00
2026-06-07 13:53:25 +02:00
2026-06-07 13:53:25 +02:00
2026-03-08 16:22:12 +01:00