8000 revise recent projects flow to be less confusing by bcpeinhardt · Pull Request #464 · coder/jetbrains-coder · GitHub
[go: up one dir, main page]

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
swap hourglass for spinner
  • Loading branch information
bcpeinhardt committed Aug 14, 2024
commit c704fa55d1c0ad64203010005d3958c0a5cc1cbc
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class CoderGatewayRecentWorkspaceConnectionsView(private val setContentCallback:
row {
// There must be a way to make this properly wrap?
if (status.first == CoderIcons.PENDING) {
icon(status.first)
icon(AnimatedIcon.Default())
}
label("<html><body style='width:350px;'>" + status.third + "</html>").applyToComponent {
foreground = status.second
Expand Down
Loading
0