-
Notifications
You must be signed in to change notification settings - Fork 70
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
13060 replace legacy components with new ones from design system #13129
Conversation
Codecov ReportAttention: Patch coverage is
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. |
0b96bb2
to
524094f
Compare
Remove unused import
Fix some tests broken after LegacySelect->StudioNativeSelect swap
Bug: saving float numbers for min/max restrictions on number components
"1test 2" becomes "1e2" = 1*10^2=100
96fd001
to
fc31100
Compare
fe21d5e
to
7abdb05
Compare
…s-from-design-system
Squash: Also commit `yarn.lock`
8a6c36e
to
7255e8b
Compare
frontend/app-development/features/appPublish/containers/ReleaseContainer.tsx
Fixed
Show fixed
Hide fixed
There was a problem hiding this 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 id
på StudioNativeSelect
.
frontend/libs/studio-components/src/components/StudioNativeSelect/StudioNativeSelect.tsx
Outdated
Show resolved
Hide resolved
...tend/packages/process-editor/src/components/ConfigPanel/ConfigContent/ConfigContent.test.tsx
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/config/SelectDataFieldComponent.test.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfekt!
Description
Tasks
Dependency on
@digdir/design-system-react
is also removed as the newer components use@digdir/designsystemet-react
Related Issue(s)
Verification
Documentation