-
Notifications
You must be signed in to change notification settings - Fork 71
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
Conversation
5cea0ba
to
d6215eb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
ba80e2d
to
179f6d5
Compare
179f6d5
to
062b5a9
Compare
...eHeader/SubHeader/SettingsModalButton/SettingsModal/hooks/useSettingsModalMenuTabConfigs.tsx
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.
Looks good 👍 , I have a small nitpick and a question:
...eHeader/SubHeader/SettingsModalButton/SettingsModal/hooks/useSettingsModalMenuTabConfigs.tsx
Show resolved
Hide resolved
...-development/layout/PageHeader/SubHeader/SettingsModalButton/SettingsModal/SettingsModal.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.
Tested in dev, it looks great 🙂
Description
Implement StudioContentMenu in SettingsModal.
Settingsmodal
Old menu in settingsmodal:
New menu in settingsmodal:
Related Issue(s)
Verification