-
Notifications
You must be signed in to change notification settings - Fork 75
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: Implementing StudioPageHeader component #13559
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13559 +/- ##
=======================================
Coverage 95.21% 95.21%
=======================================
Files 1475 1494 +19
Lines 20335 20425 +90
Branches 2459 2469 +10
=======================================
+ Hits 19361 19448 +87
- Misses 869 872 +3
Partials 105 105 ☔ View full report in Codecov by Sentry. |
frontend/libs/studio-components/src/components/StudioPageHeader/StudioPageHeader.module.css
Show resolved
Hide resolved
frontend/libs/studio-components/src/components/StudioPageHeader/StudioPageHeader.module.css
Show resolved
Hide resolved
frontend/libs/studio-components/src/components/StudioPageHeader/StudioPageHeader.test.tsx
Outdated
Show resolved
Hide resolved
...nts/src/components/StudioPageHeader/StudioPageHeaderButton/StudioPageHeaderButton.module.css
Show resolved
Hide resolved
...nents/src/components/StudioPageHeader/StudioPageHeaderButton/StudioPageHeaderButton.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.
Nice work! I had some comments be considered. Nice and small PR.
Description
Related Issue(s)
Verification