Showing spinner when loading nodes.

This commit is contained in:
baldo 2022-06-12 13:04:23 +02:00
commit 5b703917b5
4 changed files with 104 additions and 27 deletions

View file

@ -38,7 +38,6 @@ export const useNodesStore = defineStore({
},
actions: {
async refresh(page: number, nodesPerPage: number): Promise<void> {
// TODO: Handle paging
const result = await internalApi.getPagedList<EnhancedNode>(
"nodes",
isEnhancedNode,