File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33### Changed
44
55- File template no longer shows the base directory for its prefix
6+ - Display "COMPILING" before testcase icon for stress tester to align with judge
67
78### Fixed
89
Original file line number Diff line number Diff line change 7171 </div >
7272 <p class ="state-badge-text state-badge-text-id" >{id }</p >
7373 </div >
74+ <div class ="state-badge state-status" data-status ={status }>
75+ <div class =" state-toolbar-icon state-toolbar-icon-exclude-highlight" >
76+ <div class =" codicon codicon-loading codicon-modifier-spin" ></div >
77+ </div >
78+ <p class =" state-badge-text" >COMPILING</p >
79+ </div >
7480 <div class ="state-badge state-status" data-status ={interactiveMode ? " CE" : " NA" }>
7581 <button
7682 class =" state-toolbar-icon state-toolbar-icon-exclude-highlight"
8187 <div class ="codicon codicon-bolded {statusIcon }" ></div >
8288 </button >
8389 </div >
84- <div class ="state-badge state-status" data-status ={status }>
85- <div class =" state-toolbar-icon state-toolbar-icon-exclude-highlight" >
86- <div class =" codicon codicon-loading codicon-modifier-spin" ></div >
87- </div >
88- <p class =" state-badge-text" >COMPILING</p >
89- </div >
9090 </div >
9191 </div >
9292{:else if status === " RUNNING" }
You can’t perform that action at this time.
0 commit comments