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

feat: Dioxus 0.6 support #810

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

docs: Replace Option::None with Ok(VNode::placeholder())

7998341
Select commit
Loading
Failed to load commit list.
Open

feat: Dioxus 0.6 support #810

docs: Replace Option::None with Ok(VNode::placeholder())
7998341
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 8, 2025 in 0s

73.44% (-1.44%) compared to baab869

View this Pull Request on Codecov

73.44% (-1.44%) compared to baab869

Details

Codecov Report

Attention: Patch coverage is 88.50575% with 10 lines in your changes missing coverage. Please review.

Project coverage is 73.44%. Comparing base (baab869) to head (7998341).

Files with missing lines Patch % Lines
crates/renderer/src/app.rs 0.00% 3 Missing ⚠️
crates/components/src/tabs.rs 0.00% 2 Missing ⚠️
crates/components/src/hooks/use_form.rs 0.00% 1 Missing ⚠️
crates/components/src/link.rs 66.66% 1 Missing ⚠️
crates/components/src/network_image.rs 0.00% 1 Missing ⚠️
crates/devtools/src/lib.rs 0.00% 1 Missing ⚠️
crates/devtools/src/property.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #810      +/-   ##
==========================================
- Coverage   74.88%   73.44%   -1.44%     
==========================================
  Files         219      219              
  Lines       25532    26484     +952     
==========================================
+ Hits        19119    19451     +332     
- Misses       6413     7033     +620     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.