-
Notifications
You must be signed in to change notification settings - Fork 7
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
added indicator to service sync button #907
added indicator to service sync button #907
Conversation
Visit the preview URL for this PR (updated for commit cc2168e): https://pluralsh-console--pr907-jake-eng-2034-add-in-oc8eq5r7.web.app (expires Thu, 09 May 2024 03:20:29 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: dd1ffa0705acc6ef7d6db370e6bd6fc390e945ce |
6981ba8
to
3c46bdf
Compare
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 like some work on the home screen got interleaved here. That's actually fine, just make sure it's not routable at least
assets/src/components/apps/Apps.tsx
Outdated
@@ -158,7 +158,7 @@ export default function Apps() { | |||
const navigate = useNavigate() | |||
|
|||
useEffect(() => { | |||
if (configuration?.byok) navigate('/cd/clusters') | |||
if (configuration?.byok) navigate('/home') |
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.
should revert this for now
3c46bdf
to
cc2168e
Compare
ah looks like I was still on that branch when I created this one. took the home screen commit out should be good now |
Added a line to the tooltip indicating last time a service's git repo was pulled
Sync button also disables with a countdown if it's been < 15 seconds since last pull