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

Update to MUI 6 #4092

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Update to MUI 6 #4092

wants to merge 3 commits into from

Conversation

cbeer
Copy link
Collaborator

@cbeer cbeer commented Feb 4, 2025

No description provided.

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

Attention: Patch coverage is 98.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.06%. Comparing base (fba3b5d) to head (0e9dce9).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/components/WindowSideBarCollectionPanel.js 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4092      +/-   ##
==========================================
+ Coverage   94.59%   95.06%   +0.46%     
==========================================
  Files         315      315              
  Lines       14776    15896    +1120     
  Branches     2494     2496       +2     
==========================================
+ Hits        13977    15111    +1134     
+ Misses        795      781      -14     
  Partials        4        4              

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

function deepFind(treeNode, id) {
console.log('deepFind', treeNode, id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops

scrollTo={nodeIdToScrollTo === node.id}
>
<TreeItem
nodeId={node.id}
sx={{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to visually review these deleted styles. The codemod might have done this bc I didn't intentionally delete all this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants