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

Skip to content

revise recent projects flow to be less confusing #464

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 11 commits into from
Aug 19, 2024
Prev Previous commit
Next Next commit
run linter
  • Loading branch information
bcpeinhardt committed Aug 19, 2024
commit 901c2c301692f98c9f0936c0f884f2c4ba50a4be
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class CoderGatewayRecentWorkspaceConnectionsView(private val setContentCallback:
Triple(
workspaceWithAgent.status.statusColor(),
workspaceWithAgent.status.description,
null
null,
)
} else {
Triple(UIUtil.getContextHelpForeground(), "Querying workspace status...", AnimatedIcon.Default())
Expand Down
Loading