marc2332 / freya

Cross-platform GUI library for 🦀 Rust powered by 🧬 Dioxus and 🎨 Skia.
https://freyaui.dev/
MIT License
1.33k stars 51 forks source link

feat: Replace `mouseover` with `mousemove` and add new `mouseover` and `mouseout` events #760

Closed marc2332 closed 2 weeks ago

marc2332 commented 1 month ago

To Do

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 76.97842% with 32 lines in your changes missing coverage. Please review.

Project coverage is 73.50%. Comparing base (094d2d5) to head (55531a2).

Files Patch % Lines
crates/core/src/events/nodes_state.rs 64.28% 20 Missing :warning:
crates/native-core/src/events.rs 75.00% 5 Missing :warning:
crates/hooks/tests/use_editable.rs 83.33% 3 Missing :warning:
crates/renderer/src/renderer.rs 0.00% 2 Missing :warning:
crates/components/src/button.rs 83.33% 1 Missing :warning:
crates/components/src/input.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #760 +/- ## ========================================== - Coverage 73.57% 73.50% -0.07% ========================================== Files 199 199 Lines 20397 20430 +33 ========================================== + Hits 15008 15018 +10 - Misses 5389 5412 +23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.