Skip to content

Commit e3e7c99

Browse files
committed
Fixes missing spinners on the Graph
1 parent 67a31bf commit e3e7c99

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/webviews/apps/plus/graph/graph-wrapper/graph-wrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export class GlGraphWrapper extends SignalWatcher(LitElement) {
140140
.refsMetadata=${graphState.refsMetadata}
141141
.rows=${graphState.rows}
142142
.rowsStats=${graphState.rowsStats}
143+
?rowsStatsLoading=${graphState.rowsStatsLoading}
143144
.searchResults=${graphState.searchResults}
144145
.selectedRows=${graphState.selectedRows}
145146
.theming=${this.theming}

src/webviews/apps/plus/graph/graph.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,10 @@ web-graph {
11291129
margin-top: 0.1rem;
11301130
}
11311131

1132+
.columns-btn.spinner {
1133+
margin-right: 0.6rem;
1134+
}
1135+
11321136
.button {
11331137
background-color: var(--color-graph-actionbar-background);
11341138
color: var(--color-graph-text-disabled, hsla(0deg, 0%, 100%, 0.4));
@@ -1465,3 +1469,5 @@ web-graph {
14651469
height: 100%;
14661470
}
14671471
}
1472+
1473+
@import '../../shared/codicons';

0 commit comments

Comments
 (0)