Sync progress bar somewhat working
This commit is contained in:
parent
f33e5d54af
commit
3453dffb53
8 changed files with 250 additions and 42 deletions
|
|
@ -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()
|
||||
}//}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue