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

Docs: Improve MudTreeView server data example by splitting off server data #9195

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

henon
Copy link
Collaborator

@henon henon commented Jun 17, 2024

@dennisrahmen rightly noted that the treeview serverdata example is difficult to understand because we give the treeview a full tree in the example. Thus I split the initial top-level items off and made it so that the server load function searches from a separate tree hierarchy to demonstrate that the items are really loaded and not already there somehow.

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.67%. Comparing base (28bc599) to head (8671a27).
Report is 280 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9195      +/-   ##
==========================================
+ Coverage   89.82%   90.67%   +0.84%     
==========================================
  Files         412      400      -12     
  Lines       11878    12515     +637     
  Branches     2364     2436      +72     
==========================================
+ Hits        10670    11348     +678     
+ Misses        681      624      -57     
- Partials      527      543      +16     

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

@henon henon merged commit 61e25ab into MudBlazor:dev Jun 17, 2024
4 checks passed
@henon henon deleted the treeview-serverdata-example-update branch June 29, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Related to docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant