fix: show loading when loading entry list if no local data
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
74e644e961
commit
e91ce1dff3
|
|
@ -144,7 +144,7 @@ export function EntryColumn() {
|
|||
exit={{ opacity: 0.01, y: -100 }}
|
||||
>
|
||||
{virtuosoOptions.totalCount === 0 ? (
|
||||
<EmptyList />
|
||||
entries.isLoading ? <LoadingCircle className="center h-full" size="large" /> : <EmptyList />
|
||||
) : view && views[view].gridMode ?
|
||||
(
|
||||
<VirtuosoGrid
|
||||
|
|
|
|||
Loading…
Reference in New Issue