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

chore: replace DragAndDropTree with StudioDragAndDropTree #14062

Merged

Conversation

wrt95
Copy link
Contributor

@wrt95 wrt95 commented Nov 14, 2024

Description

  • Replace DragAndDropTree with StudioDragAndDropTree

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)

@github-actions github-actions bot added area/data-modeling Area: Related to data models - e.g. create, edit, use data models. area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. solution/studio/designer Issues related to the Altinn Studio Designer solution. frontend labels Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.27%. Comparing base (4d8c7e3) to head (467a138).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14062      +/-   ##
==========================================
- Coverage   95.28%   95.27%   -0.01%     
==========================================
  Files        1763     1753      -10     
  Lines       23000    22962      -38     
  Branches     2676     2673       -3     
==========================================
- Hits        21915    21877      -38     
  Misses        836      836              
  Partials      249      249              

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

wrt95 and others added 3 commits November 14, 2024 12:15
…e' of github.com:Altinn/altinn-studio into 14057-replace-DragAndDropTree-with-StudioDragAndDropTree
@github-actions github-actions bot added the kind/dependencies Used for issues or pull requests that are dependency updates label Nov 14, 2024
@framitdavid framitdavid added the skip-manual-testing PRs that do not need to be tested manually label Nov 18, 2024
@framitdavid framitdavid merged commit a0d9e99 into main Nov 18, 2024
11 checks passed
@framitdavid framitdavid deleted the 14057-replace-DragAndDropTree-with-StudioDragAndDropTree branch November 18, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/data-modeling Area: Related to data models - e.g. create, edit, use data models. area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. frontend kind/dependencies Used for issues or pull requests that are dependency updates skip-manual-testing PRs that do not need to be tested manually solution/studio/designer Issues related to the Altinn Studio Designer solution. team/studio-core team/studio-domain2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete all usage of the DragAndDropTree component and replace with StudioDragAndDropTree
2 participants