We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e471d53 commit d548fccCopy full SHA for d548fcc
src/webviews/apps/plus/graph/graph-header.ts
@@ -1162,7 +1162,7 @@ export class GlGraphHeader extends SignalWatcher(LitElement) {
1162
)}
1163
<div
1164
class=${`progress-container infinite${
1165
- this.hostState.loading || this.hostState.rowsStatsLoading ? ' active' : ''
+ this.hostState.loading || this.hostState.rowsStatsLoading || this.appState.loading ? ' active' : ''
1166
}`}
1167
role="progressbar"
1168
>
0 commit comments