kirill-grouchnikov / aurora

Building modern, elegant and fast desktop Compose applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Component] Convert command button panel to the lazy world

kirill-grouchnikov opened this issue · comments

With lazy construction of content, the existing logic that computes the number of columns for RowFill and rows for ColumnFill needs to be changed since we're not going to be looking at the entire content ahead of time. Marking as breaking change.