From ebde7c4228cbe562fe8ca4d8b928abc06ee62564 Mon Sep 17 00:00:00 2001 From: Evgeny Shmakov Date: Fri, 11 Apr 2025 15:27:37 +0200 Subject: [PATCH] fix: show loading indicator instead of "No workspaces yet" (#44) --- src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt b/src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt index 942ffa3..10b39cc 100644 --- a/src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt +++ b/src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt @@ -68,7 +68,7 @@ class CoderRemoteProvider( private var coderHeaderPage = NewEnvironmentPage(context, context.i18n.pnotr(context.deploymentUrl?.first ?: "")) private val linkHandler = CoderProtocolHandler(context, dialogUi, isInitialized) override val environments: MutableStateFlow>> = MutableStateFlow( - LoadableState.Value(emptyList()) + LoadableState.Loading ) /** pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy