From 1057278647050472e4184c4c08a1f023f7dc5187 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 25 Aug 2022 00:26:02 -0400 Subject: [PATCH] Fixes spinners & centers loading message --- src/webviews/apps/plus/graph/GraphWrapper.tsx | 6 ++--- src/webviews/apps/plus/graph/graph.scss | 38 +++++++++++++-------------- src/webviews/apps/shared/codicons.scss | 35 ++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 22 deletions(-) diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 50ed5f8..9ab10f2 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -322,11 +322,11 @@ export function GraphWrapper({ {graphList.length > 0 && ( - - {graphList.length} commit{graphList.length ? 's' : ''} + + {graphList.length} item{graphList.length ? 's' : ''} )} - {isLoading && } + {isLoading && }