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

13060 replace legacy components with new ones from design system #13129

Merged

Conversation

Jondyr
Copy link
Member

@Jondyr Jondyr commented Jul 10, 2024

Description

Tasks

Dependency on @digdir/design-system-react is also removed as the newer components use @digdir/designsystemet-react

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)

Documentation

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

@Jondyr Jondyr linked an issue Jul 10, 2024 that may be closed by this pull request
@github-actions github-actions bot added area/data-modeling Area: Related to data models - e.g. create, edit, use data models. area/process Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc). 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. area/text-editor labels Jul 10, 2024
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

Attention: Patch coverage is 94.02174% with 11 lines in your changes missing coverage. Please review.

Project coverage is 92.87%. Comparing base (957f66f) to head (ff7f5bf).
Report is 2 commits behind head on main.

Files Patch % Lines
...rictions/NumberRestrictions/NumberRestrictions.tsx 40.00% 0 Missing and 3 partials ⚠️
...ssionEditMode/SimpleExpression/DataSourceValue.tsx 75.00% 2 Missing ⚠️
...c/components/SchemaInspector/ItemDataComponent.tsx 66.66% 1 Missing ⚠️
...onents/GiteaHeader/ThreeDotsMenu/ThreeDotsMenu.tsx 66.66% 1 Missing ⚠️
...sionEditMode/SimpleExpression/SimpleExpression.tsx 85.71% 0 Missing and 1 partial ⚠️
...EditMode/SimpleExpression/SubExpressionContent.tsx 88.88% 1 Missing ⚠️
...3/src/components/config/editModal/EditCodeList.tsx 80.00% 1 Missing ⚠️
...nfig/componentSpecificContent/Map/MapComponent.tsx 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13129      +/-   ##
==========================================
+ Coverage   92.86%   92.87%   +0.01%     
==========================================
  Files        1442     1442              
  Lines       20174    20181       +7     
  Branches     2423     2427       +4     
==========================================
+ Hits        18734    18743       +9     
- Misses       1178     1183       +5     
+ Partials      262      255       -7     

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

@Jondyr Jondyr force-pushed the 13060-replace-legacy-components-with-new-ones-from-design-system branch 3 times, most recently from 0b96bb2 to 524094f Compare July 16, 2024 07:43
@Jondyr Jondyr force-pushed the 13060-replace-legacy-components-with-new-ones-from-design-system branch from 96fd001 to fc31100 Compare July 22, 2024 13:32
@github-actions github-actions bot added area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. skip-releasenotes Issues that do not make sense to list in our release notes labels Jul 22, 2024
@Jondyr Jondyr force-pushed the 13060-replace-legacy-components-with-new-ones-from-design-system branch 2 times, most recently from fe21d5e to 7abdb05 Compare July 23, 2024 12:25
@Jondyr Jondyr marked this pull request as ready for review July 25, 2024 07:14
@Jondyr Jondyr force-pushed the 13060-replace-legacy-components-with-new-ones-from-design-system branch from 8a6c36e to 7255e8b Compare July 25, 2024 08:39
Copy link
Contributor

@TomasEng TomasEng left a comment

Choose a reason for hiding this comment

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

Litt av en jobb! Har bare noen spørsmål, og et forslag som vil gjør at vi slipper å måtte sette idStudioNativeSelect.

@Jondyr Jondyr requested a review from TomasEng July 25, 2024 14:34
Copy link
Contributor

@TomasEng TomasEng left a comment

Choose a reason for hiding this comment

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

Perfekt!

@Jondyr Jondyr merged commit acdd7bc into main Jul 29, 2024
9 checks passed
@Jondyr Jondyr deleted the 13060-replace-legacy-components-with-new-ones-from-design-system branch July 29, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. area/data-modeling Area: Related to data models - e.g. create, edit, use data models. area/process Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc). area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. quality/testing Tests that are missing, needs to be created or could be improved. skip-releasenotes Issues that do not make sense to list in our release notes solution/studio/designer Issues related to the Altinn Studio Designer solution.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Legacy components with new ones from design system
5 participants