Skip to content

Commit

Permalink
row heights in lucuma-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Dec 17, 2024
1 parent 564a7c6 commit 58c2ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,10 @@ private sealed trait GmosSequenceTableBuilder[S, D: Eq] extends SequenceRowBuild
table,
estimateSize = index =>
table.getRowModel().rows.get(index).map(_.original.value) match
case Some(Left(_)) =>
25.toPx // Header
case Some(Right(SequenceIndexedRow(SequenceRow.FutureStep(_, _, _, _), _))) =>
25.toPx
case Some(Right(SequenceIndexedRow(SequenceRow.Executed.ExecutedStep(_, _), _))) =>
60.toPx
SequenceRowHeight.WithExtra
case _ =>
0.toPx,
SequenceRowHeight.Regular,
overscan = 8,
containerRef = resize.ref,
compact = Compact.Very,
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Versions {
val lucumaSchemas = "0.110.0"
val lucumaOdbSchema = "0.17.1"
val lucumaSSO = "0.7.1"
val lucumaUI = "0.124.5"
val lucumaUI = "0.124.6"
val monocle = "3.3.0"
val mouse = "1.3.2"
val mUnit = "1.0.3"
Expand Down

0 comments on commit 58c2ec4

Please sign in to comment.