Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add h_stack and v_stack variants of stack. Make static_list default to FlexDirection::Column. #144

Merged
merged 1 commit into from
Nov 5, 2023

Add `h_stack` and `v_stack` variants of `stack`. Make `static_list` d…

4047c47
Select commit
Loading
Failed to load commit list.
Merged

Add h_stack and v_stack variants of stack. Make static_list default to FlexDirection::Column. #144

Add `h_stack` and `v_stack` variants of `stack`. Make `static_list` d…
4047c47
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 5, 2023 in 1s

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L256

Added line #L256 was not covered by tests

Check warning on line 263 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L263

Added line #L263 was not covered by tests

Check warning on line 265 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L265

Added line #L265 was not covered by tests

Check warning on line 342 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L342

Added line #L342 was not covered by tests

Check warning on line 530 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L530

Added line #L530 was not covered by tests

Check warning on line 548 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L548

Added line #L548 was not covered by tests

Check warning on line 551 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L551

Added line #L551 was not covered by tests

Check warning on line 566 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L566

Added line #L566 was not covered by tests

Check warning on line 668 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L668

Added line #L668 was not covered by tests

Check warning on line 674 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L674

Added line #L674 was not covered by tests

Check warning on line 684 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L684

Added line #L684 was not covered by tests

Check warning on line 690 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L690

Added line #L690 was not covered by tests

Check warning on line 693 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L693

Added line #L693 was not covered by tests

Check warning on line 704 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L704

Added line #L704 was not covered by tests

Check warning on line 706 in src/inspector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inspector.rs#L706

Added line #L706 was not covered by tests

Check warning on line 709 in src/inspector.rs

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/static_list.rs#L33-L35

Added lines #L33 - L35 were not covered by tests