Skip to content
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

Conversation

jsladerman
Copy link
Contributor

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

@jsladerman jsladerman added enhancement New feature or request frontend Changes related to the frontend labels May 1, 2024
@jsladerman jsladerman requested a review from a team May 1, 2024 18:56
Copy link

linear bot commented May 1, 2024

Copy link
Contributor

github-actions bot commented May 1, 2024

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

@jsladerman jsladerman force-pushed the jake/eng-2034-add-indicator-for-last-sync-of-git-repo-on-sync-button branch from 6981ba8 to 3c46bdf Compare May 1, 2024 19:04
Copy link
Member

@michaeljguarino michaeljguarino left a 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

@@ -158,7 +158,7 @@ export default function Apps() {
const navigate = useNavigate()

useEffect(() => {
if (configuration?.byok) navigate('/cd/clusters')
if (configuration?.byok) navigate('/home')
Copy link
Member

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

@jsladerman jsladerman force-pushed the jake/eng-2034-add-indicator-for-last-sync-of-git-repo-on-sync-button branch from 3c46bdf to cc2168e Compare May 2, 2024 03:17
@jsladerman
Copy link
Contributor Author

Looks like some work on the home screen got interleaved here. That's actually fine, just make sure it's not routable at least

ah looks like I was still on that branch when I created this one. took the home screen commit out should be good now

@michaeljguarino michaeljguarino merged commit 41a4b2b into master May 2, 2024
12 checks passed
@michaeljguarino michaeljguarino deleted the jake/eng-2034-add-indicator-for-last-sync-of-git-repo-on-sync-button branch May 2, 2024 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Changes related to the frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants