-
Notifications
You must be signed in to change notification settings - Fork 167
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
chore(ui): update logo #1940
chore(ui): update logo #1940
Conversation
Signed-off-by: Remington Breeze <remington@breeze.software>
loading={ | ||
isRefreshLoading || | ||
(!!stage?.metadata?.annotations['kargo.akuity.io/refresh'] && | ||
stage?.metadata?.annotations?.['kargo.akuity.io/refresh'] !== | ||
stage?.status?.lastHandledRefresh) | ||
} |
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.
This is a linter fix
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1940 +/- ##
=======================================
Coverage 45.68% 45.68%
=======================================
Files 235 235
Lines 15831 15831
=======================================
Hits 7232 7232
Misses 8242 8242
Partials 357 357 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Remington Breeze <remington@breeze.software>
Fixes #1921