8000 [DO NOT MERGE] Toolbox refactor by code-asher · Pull Request #478 · coder/jetbrains-coder · GitHub
[go: up one dir, main page]

Skip to content
10000

[DO NOT MERGE] Toolbox refactor #478

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

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add todo for spinner icon
  • Loading branch information
code-asher committed Sep 16, 2024
commit 3b73f10543ca420b24ba3b6d639c403657de8ced
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ enum class WorkspaceAndAgentStatus(val label: String, val description: String) {
Color(224, 224, 240, 26), // darkThemeBackgroundColor
Color(224, 224, 245, 250), // lightThemeBackgroundColor
ready() || pending() || canStart(), // reachable
// TODO@JB: How does this work? Would like a spinner for pending states.
null, // iconId
)
}
Expand Down
0