File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,10 +173,6 @@ def compose(self) -> ComposeResult:
173173 id = "codeplain-header" ,
174174 classes = "codeplain-header" ,
175175 )
176- yield Static (
177- "[#FFFFFF]Rendering in progress...[/#FFFFFF]" ,
178- id = TUIComponents .RENDER_STATUS_WIDGET .value ,
179- )
180176 yield FRIDProgress (
181177 id = TUIComponents .FRID_PROGRESS .value ,
182178 unittests_script = self .unittests_script ,
@@ -190,6 +186,10 @@ def compose(self) -> ComposeResult:
190186 show_conformance_test = self .conformance_tests_script is not None ,
191187 show_testing_env = self .prepare_environment_script is not None ,
192188 )
189+ yield Static (
190+ "[#FFFFFF]Rendering in progress...[/#FFFFFF]" ,
191+ id = TUIComponents .RENDER_STATUS_WIDGET .value ,
192+ )
193193 with Vertical (id = TUIComponents .LOG_VIEW .value ):
194194 yield LogLevelFilter (id = TUIComponents .LOG_FILTER .value )
195195 yield Static ("" , classes = "filter-spacer" )
You can’t perform that action at this time.
0 commit comments