Skip to content

impl: visual text progress during Coder CLI downloading #130

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 10 commits into from
Jun 19, 2025
Prev Previous commit
Next Next commit
impl: change page title to Setting up Coder
We are not really doing authentication, instead we download the cli,
we initialize the cli with the token, re-generate the ssh config file,
initialize a rest client with the deployment url and the token and
retrieve basic information about the deployment like the version and
the user authenticated by the token.
  • Loading branch information
fioan89 committed Jun 18, 2025
commit 9ab03a34d657deed8857aaa0d9903f0aa8c71170
2 changes: 1 addition & 1 deletion src/main/kotlin/com/coder/toolbox/views/AuthWizardPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AuthWizardPage(
client: CoderRestClient,
cli: CoderCLIManager,
) -> Unit,
) : CoderPage(context.i18n.ptrl("Authenticate to Coder"), false) {
) : CoderPage(context.i18n.ptrl("Setting up Coder"), false) {
private val shouldAutoLogin = MutableStateFlow(initialAutoLogin)
private val settingsAction = Action(context.i18n.ptrl("Settings"), actionBlock = {
context.ui.showUiPage(settingsPage)
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/localization/defaultMessages.po
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,7 @@ msgid "Error encountered while handling Coder URI"
msgstr ""

msgid "Error encountered during authentication"
msgstr ""

msgid "Setting up Coder"
msgstr ""
Loading