Add h_stack
and v_stack
variants of stack
. Make static_list
default to FlexDirection::Column
.
#144
0.00% of diff hit (target 5.02%)
View this Pull Request on Codecov
0.00% of diff hit (target 5.02%)
Annotations
Check warning on line 256 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L256
Added line #L256 was not covered by tests
Check warning on line 263 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L263
Added line #L263 was not covered by tests
Check warning on line 265 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L265
Added line #L265 was not covered by tests
Check warning on line 342 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L342
Added line #L342 was not covered by tests
Check warning on line 530 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L530
Added line #L530 was not covered by tests
Check warning on line 548 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L548
Added line #L548 was not covered by tests
Check warning on line 551 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L551
Added line #L551 was not covered by tests
Check warning on line 566 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L566
Added line #L566 was not covered by tests
Check warning on line 668 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L668
Added line #L668 was not covered by tests
Check warning on line 674 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L674
Added line #L674 was not covered by tests
Check warning on line 684 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L684
Added line #L684 was not covered by tests
Check warning on line 690 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L690
Added line #L690 was not covered by tests
Check warning on line 693 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L693
Added line #L693 was not covered by tests
Check warning on line 704 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L704
Added line #L704 was not covered by tests
Check warning on line 706 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L706
Added line #L706 was not covered by tests
Check warning on line 709 in src/inspector.rs
codecov / codecov/patch
src/inspector.rs#L709
Added line #L709 was not covered by tests
Check warning on line 25 in src/views/stack.rs
codecov / codecov/patch
src/views/stack.rs#L20-L25
Added lines #L20 - L25 were not covered by tests
Check warning on line 35 in src/views/stack.rs
codecov / codecov/patch
src/views/stack.rs#L28-L35
Added lines #L28 - L35 were not covered by tests
Check warning on line 44 in src/views/stack.rs
codecov / codecov/patch
src/views/stack.rs#L38-L44
Added lines #L38 - L44 were not covered by tests
Check warning on line 55 in src/views/stack.rs
codecov / codecov/patch
src/views/stack.rs#L52-L55
Added lines #L52 - L55 were not covered by tests
Check warning on line 77 in src/views/stack.rs
codecov / codecov/patch
src/views/stack.rs#L74-L77
Added lines #L74 - L77 were not covered by tests
Check warning on line 35 in src/views/static_list.rs
codecov / codecov/patch
src/views/static_list.rs#L33-L35
Added lines #L33 - L35 were not covered by tests