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

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Nov 5, 2023

This makes the direction a bit easier to spot in source code and the inspector and can avoid style calls in some cases.

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #144 (4047c47) into main (749db2b) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@           Coverage Diff            @@
##            main    #144      +/-   ##
========================================
- Coverage   5.02%   5.01%   -0.01%     
========================================
  Files         56      56              
  Lines      11268   11284      +16     
========================================
  Hits         566     566              
- Misses     10702   10718      +16     
Files Coverage Δ
src/views/static_list.rs 0.00% <0.00%> (ø)
src/inspector.rs 0.00% <0.00%> (ø)
src/views/stack.rs 0.00% <0.00%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@dzhou121 dzhou121 merged commit cb16a25 into lapce:main Nov 5, 2023
9 checks passed
@Zoxc Zoxc deleted the hv_stack branch November 5, 2023 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants