john_helt
john_helt6mo ago

hi, I have a question regarding the

hi, I have a question regarding the rendering of components. I've made a spinner component, which shows up when I press a button, but it seems it gets "greyed" out, i.e. dropped in the background - why is that?
No description
4 Replies
Myles Scolnick
Myles Scolnick6mo ago
yes we do gray out stale components - but it should not be grayed out when its running. is that not that case? is it incrementing while being stale?
john_helt
john_heltOP6mo ago
yes, it is grey while counting i've made a bug report on github
john_helt
john_heltOP6mo ago
GitHub
Output goes stale in run and edit mode (app view mode) · Issue #158...
Describe the bug I'm building an app to run calculations. The calculations take time. Therefore, I decided to place a spinner to show the progress (status). However, instead of showing the spin...
Myles Scolnick
Myles Scolnick6mo ago
thanks! will look into it