mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
8b8885d0b7
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).