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

feat: Use StudioContentMenu in SettingsModal #13899

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

standeren
Copy link
Contributor

@standeren standeren commented Oct 24, 2024

Description

Implement StudioContentMenu in SettingsModal.

Settingsmodal

Old menu in settingsmodal:
Skjermbilde 2024-10-23 kl  15 24 58

New menu in settingsmodal:
Skjermbilde 2024-10-30 kl  13 08 51

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 solution/studio/designer Issues related to the Altinn Studio Designer solution. frontend labels Oct 24, 2024
@standeren standeren changed the title Use StudioContentMenu in SettingsModal feat: Use StudioContentMenu in SettingsModal Oct 24, 2024
@standeren standeren force-pushed the use-studio-content-menu-in-settings-modal branch from 5cea0ba to d6215eb Compare October 24, 2024 07:44
@standeren standeren added team/studio-domain1 skip-releasenotes Issues that do not make sense to list in our release notes labels Oct 24, 2024
Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.20%. Comparing base (f7be857) to head (942b472).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13899   +/-   ##
=======================================
  Coverage   95.20%   95.20%           
=======================================
  Files        1702     1703    +1     
  Lines       22539    22543    +4     
  Branches     2642     2642           
=======================================
+ Hits        21459    21463    +4     
  Misses        834      834           
  Partials      246      246           

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

@standeren standeren force-pushed the use-studio-content-menu-in-settings-modal branch 5 times, most recently from ba80e2d to 179f6d5 Compare October 30, 2024 12:07
@standeren standeren force-pushed the use-studio-content-menu-in-settings-modal branch from 179f6d5 to 062b5a9 Compare October 30, 2024 12:10
@standeren standeren marked this pull request as ready for review October 30, 2024 12:13
@standeren standeren linked an issue Oct 31, 2024 that may be closed by this pull request
@Jondyr Jondyr self-assigned this Nov 4, 2024
Copy link
Member

@Jondyr Jondyr left a comment

Choose a reason for hiding this comment

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

Looks good 👍 , I have a small nitpick and a question:

@Jondyr Jondyr assigned standeren and unassigned Jondyr Nov 4, 2024
@standeren standeren assigned Jondyr and unassigned standeren Nov 4, 2024
@Jondyr Jondyr assigned standeren and unassigned Jondyr Nov 4, 2024
@standeren standeren removed their assignment Nov 4, 2024
@lassopicasso lassopicasso self-assigned this Nov 5, 2024
Copy link
Contributor

@lassopicasso lassopicasso left a comment

Choose a reason for hiding this comment

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

Tested in dev, it looks great 🙂

@lassopicasso lassopicasso merged commit e0deecc into main Nov 5, 2024
17 checks passed
@lassopicasso lassopicasso deleted the use-studio-content-menu-in-settings-modal branch November 5, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend 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. team/studio-domain2
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Create StudioContentMenu
5 participants