-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add hint
section to MCP overview page
#251
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
Conversation
Do you know the issue with forbidden package origin from the pipeline? @lucasgoral @Hubert-Szczepanski-SAP |
src/components/Hints/Hints.tsx
Outdated
maxWidth: '1280px', | ||
margin: '0 auto', | ||
|
||
// This breaks the scrolling currently since its zIndex is higher than the header bar |
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.
Have you tried to adjust the zIndex to lower one?
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.
did play around a little but I do also like the current approach of it taking space instead of layering over the chart. Is this also fine for you?
What this PR does / why we need it:
The current MCP page seems a bit empty with no clear guidance on what is going strong or wrong. This feature adds so called
hints
which are stats on your MCP, including overall managed resource health, GitOps state and soon to be external-secrets state.After

Before

Related
Further