-
Notifications
You must be signed in to change notification settings - Fork 4
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: Add the ability to set a company logo and show environment badge #1936
Conversation
API Changelog 4.14.1.dev40+g80ffd620GET /api/v1/configurations/global
PUT /api/v1/configurations/global
GET /api/v1/configurations/unified
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1936 +/- ##
==========================================
+ Coverage 85.46% 85.49% +0.02%
==========================================
Files 224 224
Lines 7397 7423 +26
Branches 513 519 +6
==========================================
+ Hits 6322 6346 +24
Misses 911 911
- Partials 164 166 +2 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
A Storybook preview is available for commit 80ffd62. |
5afbb50
to
e072fd8
Compare
This comment has been minimized.
This comment has been minimized.
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.
The navigation bar looks way cleaner now 👍
The generated OpenAPI client is not up to date with the latest changes in the OpenAPI specification. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1fa9e6d
to
b5af082
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
99caba4
to
4d11151
Compare
Add the ability to set a logo that will be displayed next to the Capella text. Add a badge that can show the current environment with different UI depending on if the environment is productive. The badge is enabled during development by default.
Quality Gate passedIssues Measures |
Add the ability to set a logo that will be displayed next to the Capella text. Add a badge that can show the current environment with different UI depending on if the environment is productive. The badge is enabled during development by default.