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: Tab and Tabsbar components #673

Merged
merged 22 commits into from
Jun 10, 2024
Merged

Conversation

marc2332
Copy link
Owner

@marc2332 marc2332 commented Jun 8, 2024

Closes #671
Depends on #673

@marc2332 marc2332 added the enhancement 🔥 New feature or request label Jun 8, 2024
Copy link

codecov bot commented Jun 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 230 lines in your changes missing coverage. Please review.

Project coverage is 74.16%. Comparing base (61d4254) to head (1e59bb8).
Report is 3 commits behind head on main.

Current head 1e59bb8 differs from pull request most recent head 8a19baf

Please upload reports for the commit 8a19baf to get more accurate results.

Files Patch % Lines
crates/devtools/src/tabs/style.rs 0.00% 100 Missing ⚠️
crates/renderer/src/devtools.rs 0.00% 42 Missing ⚠️
crates/devtools/src/lib.rs 0.00% 36 Missing ⚠️
crates/components/src/tabs.rs 0.00% 15 Missing ⚠️
crates/devtools/src/tabs/tree.rs 0.00% 15 Missing ⚠️
crates/devtools/src/hooks/use_node_info.rs 0.00% 7 Missing ⚠️
crates/freya/src/launch.rs 0.00% 6 Missing ⚠️
crates/renderer/src/app.rs 0.00% 6 Missing ⚠️
crates/renderer/src/lib.rs 0.00% 2 Missing ⚠️
crates/devtools/src/node.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #673      +/-   ##
==========================================
+ Coverage   74.02%   74.16%   +0.14%     
==========================================
  Files         194      195       +1     
  Lines       19919    19881      -38     
==========================================
  Hits        14745    14745              
+ Misses       5174     5136      -38     

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

@marc2332 marc2332 changed the base branch from feat/persist-devtools-node-inspector-routing to feat/activable-route-matches-nested-routes June 8, 2024 18:35
@marc2332 marc2332 linked an issue Jun 9, 2024 that may be closed by this pull request
Base automatically changed from feat/activable-route-matches-nested-routes to main June 10, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🔥 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhancement: Tab and Tabsbar components
1 participant