Replies: 1 comment
-
| it is not quite that the spinner is in a global overlay, but it does render in the cell that is was called in (instead of where the button is). you could do something like:  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
We’re building a small web app on top of marimo and using
mo.accordionas the primary page layout. Inside one accordion section, we trigger a long-running task from a button and show a progress spinner withmo.status.spinner. The spinner renders outside and above the accordion (global overlay), instead of appearing “within” the open section under the file browser UI.We suspect this is by design (spinner uses a global portal/overlay, and accordion uses as individual cells rather than containers), but wanted to (a) confirm the intended behavior and (b) ask if there’s a recommended way to scope the spinner to a particular container/section.
Environment
0.13.11marimo run app.pyand as a packaged web app (same behavior)Minimal reproducible example
Thanks for building marimo. Any input would be highly appreciated! Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions