Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: hiding agent status on stopped workspaces #3512

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

Merged
merged 4 commits into from
Aug 17, 2022

Conversation

Kira-Pilot
Copy link
Member

resolves #3484

We have an issue where workspace agent statuses are 'connecting' after a workspace has stopped. After chatting with @bpmct, we have decided to hide the agent status on stopped workspaces. We have also created tickets to address the agent status on the BE (see #3510 and #3511). This PR addresses hiding the status in the UI, only.

Before

Screen Shot 2022-08-15 at 11 52 16 AM

After

Screen Shot 2022-08-15 at 12 38 53 PM

@Kira-Pilot Kira-Pilot requested a review from a team as a code owner August 15, 2022 17:29
@Kira-Pilot Kira-Pilot requested review from kylecarbs and bpmct August 15, 2022 17:29
error = "Error",
loading = "Loading",
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved this out of a component directory and into our util file so we can have properly typed statuses.

Copy link
Member

@kylecarbs kylecarbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Sorry for the slow review!

@Kira-Pilot Kira-Pilot merged commit 4b646cc into main Aug 17, 2022
@Kira-Pilot Kira-Pilot deleted the hide-agent-status/kira-pilot branch August 17, 2022 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI shows agent "connecting" when workspace is stopped
3 participants