Fixed flexbox layout bug when container size changes #1

Merged
megaSukura merged 8 commits from fix-flexbox into main 2025-04-20 16:08:06 +08:00

8 Commits

Author SHA1 Message Date
megaSukura
2fc72a6a13 Removed all goto statements
Fixed the parameter order in observe
Used the correct internal property approach
Did not use the built-in visibleChildren, as we need to handle elements that are obscured or completely removed
2025-04-20 05:40:24 +08:00
megaSukura
7df5380d18 fix FlexWrap 2025-04-20 02:50:01 +08:00
megaSukura
0ddbf3de47 Merge branch 'fix-flexbox' of https://github.com/megaSukura/Basalt2SKR into fix-flexbox 2025-04-20 00:57:03 +08:00
megaSukura
521e75b97c Fixed flexbox layout bug when container size changes
Added cross-axis alignment functionality
2025-04-20 00:52:21 +08:00
github-actions[bot]
296e099e2c Update config, BasaltLS definitions, bundle and changelog 2025-04-19 16:22:38 +00:00
Robert Jelic
3e5a6a7ea7 Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-04-19 18:21:52 +02:00
Robert Jelic
a24a53e912 Table error fix 2025-04-19 18:21:49 +02:00
megaSukura
858d3faa30 Fixed flexbox layout bug when container size changes
Added cross-axis alignment functionality
2025-04-19 18:32:56 +08:00