Delay in page rendering
When opening the Openshift extension page, there's a noticeable delay before anything is displayed,

Could be because we're not leveraging recoil + suspense to load the context gracefully
@fbricon Probably it is because of all the loading we do under the hood for kube config and docker images. UI elements like current context and image selector should be shown right away, but in 'loading' state.
Yes that's what I think. Loading through recoil would help I think
Can I work on this issue and could you be more specific about the implementation
@itsCheithanya thanks for volunteering. I did start some experiments a while ago: https://github.com/fbricon/openshift-dd-ext/commit/aeeb78aca9b5219184258206f01456bb923ec448. Code might not compile/work and still have some outstanding issues, but that should give you a good starting point.
@fbricon Yes that will give a good insight, I will look into it.