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 View::for_each_child_rev_mut and handle events front to back #148

Merged
merged 1 commit into from
Nov 6, 2023

Add `View::for_each_child_rev_mut` and handle events front to back

51c2007
Select commit
Loading
Failed to load commit list.
Merged

Add View::for_each_child_rev_mut and handle events front to back #148

Add `View::for_each_child_rev_mut` and handle events front to back
51c2007
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 6, 2023 in 0s

0.00% of diff hit (target 5.20%)

View this Pull Request on Codecov

0.00% of diff hit (target 5.20%)

Annotations

Check warning on line 128 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L124-L128

Added lines #L124 - L128 were not covered by tests

Check warning on line 240 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L240

Added line #L240 was not covered by tests

Check warning on line 593 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L591-L593

Added lines #L591 - L593 were not covered by tests

Check warning on line 597 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L595-L597

Added lines #L595 - L597 were not covered by tests

Check warning on line 604 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L599-L604

Added lines #L599 - L604 were not covered by tests

Check warning on line 35 in src/views/clip.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/clip.rs#L30-L35

Added lines #L30 - L35 were not covered by tests

Check warning on line 38 in src/views/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/container.rs#L33-L38

Added lines #L33 - L38 were not covered by tests

Check warning on line 67 in src/views/container_box.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/container_box.rs#L63-L67

Added lines #L63 - L67 were not covered by tests

Check warning on line 71 in src/views/container_box.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/container_box.rs#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 60 in src/views/drag_resize_window_area.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/drag_resize_window_area.rs#L55-L60

Added lines #L55 - L60 were not covered by tests

Check warning on line 49 in src/views/drag_window_area.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/drag_window_area.rs#L44-L49

Added lines #L44 - L49 were not covered by tests

Check warning on line 108 in src/views/dyn_container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/dyn_container.rs#L103-L108

Added lines #L103 - L108 were not covered by tests

Check warning on line 109 in src/views/list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/list.rs#L101-L109

Added lines #L101 - L109 were not covered by tests

Check warning on line 113 in src/views/list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/list.rs#L111-L113

Added lines #L111 - L113 were not covered by tests

Check warning on line 115 in src/views/list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/list.rs#L115

Added line #L115 was not covered by tests

Check warning on line 576 in src/views/scroll.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/scroll.rs#L571-L576

Added lines #L571 - L576 were not covered by tests

Check warning on line 79 in src/views/stack.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/stack.rs#L72-L79

Added lines #L72 - L79 were not covered by tests

Check warning on line 81 in src/views/stack.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/stack.rs#L81

Added line #L81 was not covered by tests

Check warning on line 58 in src/views/static_list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/static_list.rs#L51-L58

Added lines #L51 - L58 were not covered by tests

Check warning on line 60 in src/views/static_list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/static_list.rs#L60

Added line #L60 was not covered by tests

Check warning on line 123 in src/views/tab.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/tab.rs#L115-L123

Added lines #L115 - L123 were not covered by tests

Check warning on line 127 in src/views/tab.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/tab.rs#L125-L127

Added lines #L125 - L127 were not covered by tests

Check warning on line 129 in src/views/tab.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/tab.rs#L129

Added line #L129 was not covered by tests

Check warning on line 228 in src/views/virtual_list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/virtual_list.rs#L220-L228

Added lines #L220 - L228 were not covered by tests

Check warning on line 232 in src/views/virtual_list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/virtual_list.rs#L230-L232

Added lines #L230 - L232 were not covered by tests