-
Notifications
You must be signed in to change notification settings - Fork 73
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
11177 move sidegrupper to dropdownselect #11245
11177 move sidegrupper to dropdownselect #11245
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #11245 +/- ##
==========================================
+ Coverage 80.64% 80.88% +0.24%
==========================================
Files 738 738
Lines 11716 11717 +1
Branches 1556 1554 -2
==========================================
+ Hits 9448 9477 +29
+ Misses 2021 1992 -29
- Partials 247 248 +1
☔ View full report in Codecov by Sentry. |
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.
Dette er en god start. Se kommentarer.
frontend/packages/ux-editor/src/components/leftMenu/LeftMenu.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/leftMenu/LeftMenu.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/leftMenu/LeftMenu.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/leftMenu/LayoutSetsContainer.test.tsx
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/leftMenu/LayoutSetsContainer.test.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/leftMenu/LayoutSetsContainer.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/leftMenu/LayoutSetsContainer.module.css
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.
Bra jobbet! Har du fått til å kjøre alle Cypress-testene? Vi har en fiks på en av dem på vei, foreslår at vi venter til den er ute og verifiserer at testene går grønt da.
* Added dropdown list in left menu
* Add titles and helpTexts to components (#11263) * remove unused import & update test * Apply suggestions from code review Co-authored-by: andreastanderen <71079896+standeren@users.noreply.github.com> * Make varaiblename- and variable-usage in cypress tests consistent (#11243) * Make varaiblename- and variable-usage in cypress tests consistent * Removed unused value in local cypress config file * Use same usernames for dev and prod test users as before * Use same usernames for staging test users as before * remove invalid properties (#11257) * remove invalid properties * use correct property name in test * Base successfully added expression on the expression property (#11250) * Base successfully added expression on the property * Eliminate the need to provide index in DragAndDrop (#11252) * 11177 move sidegrupper to dropdownselect (#11245) * Added dropdown list in left menu * Replace LegacyCheckbox with Switch (#11244) * Replace LegacyCheckbox with Switch * Fix Switch errors * Remove duplicate labels * Replace LegacyCheckbox with Switch * refactor: use context class (#11264) * Context classes added * Used context class in AppDevelopmentController * Rename context generator method * use context class in datamodelign controller * use new context class in process modelling * Add cancellation tokens * format * Delete unused methods from RepositorySI * remove unused methods * More unused methods * repositorySi more unused * Some repositorySi mehods migrated to use context * CodeQl fix * Add preview column (#11240) * Update nb.json (#11268) Fix typo * Drag and drop tree view (#11270) * updated tests * added text resource binding * merge issues * sorting keys * fix test --------- Co-authored-by: andreastanderen <71079896+standeren@users.noreply.github.com> Co-authored-by: Tomas Engebretsen <tomas.engebretsen@digdir.no> Co-authored-by: JamalAlabdullah <90609090+JamalAlabdullah@users.noreply.github.com> Co-authored-by: Michael Queyrichon <michael.queyrichon@digdir.no> Co-authored-by: Mirko Sekulic <misha.sekulic@gmail.com> Co-authored-by: andreas-didriksen <75472603+andreas-didriksen@users.noreply.github.com>
Description
Related Issue(s)
Verification
Documentation