Only display loading bar for first page of library items

Since we trigger a load automatically for infinite scroll this
prevents too much movement in the top bar
This commit is contained in:
Jackson Harper 2022-04-21 19:43:07 -07:00
parent 10dc8e2136
commit a9b3123b1b

View file

@ -535,7 +535,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
}}
>
<Toaster />
{(props.isValidating && <TopBarProgress />)}
{(props.isValidating && props.items.length == 0 && <TopBarProgress />)}
<HStack alignment="center" distribution="start" css={{ width: '100%' }}>
<StyledText
style="subHeadline"