Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
104981: ui: fix job details refresh when executing job r=gtr a=gtr Fixes: #103206 Previously, when a job was still executing, the job details page for that job would keep refreshing and the loading animation would interrupt the page, causing flickers. This commit fixes this bug to only show the loading animation when the `jobRequest` does not have data to show. Loom: https://www.loom.com/share/498f5cfd236e4bb6aeaf9f27e9e5409b. Release note (ui change): fix bug where the job details page would flicker between the job details and a loading animation when a job is still executing. Co-authored-by: gtr <[email protected]>
- Loading branch information