You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move _IterationSpinner next to its sibling _IterationPanel
_IterationSpinner was orphaned at the end of _console_emitter.py, after
the 400-line ConsoleEmitter class, even though it's a _LivePanelBase
subclass just like _IterationPanel. Relocate it to sit right after
_IterationPanel so all renderable classes are grouped together before
the emitter that orchestrates them.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments