Sync progress bar somewhat working

This commit is contained in:
Magnus Åhall 2025-01-21 18:20:50 +01:00
parent f33e5d54af
commit 3453dffb53
8 changed files with 250 additions and 42 deletions

View file

@ -13,9 +13,8 @@ export class Notes2 extends Component {
startNode: null,
}
Sync.nodesFromServer().then(durationNodes =>
console.log(`Total time: ${Math.round(100 * durationNodes) / 100}s`)
)
window._sync = new Sync()
window._sync.run()
this.getStartNode()
}//}}}