Better visual sync
This commit is contained in:
parent
40a68d6ad0
commit
d9c82868ab
6 changed files with 130 additions and 106 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { ROOT_NODE } from 'node_store'
|
||||
import { TreeNative } from 'tree'
|
||||
import { NodeUINative, Node } from 'node'
|
||||
import { SyncProgress } from 'sync'
|
||||
|
||||
export class App {
|
||||
constructor() {// {{{
|
||||
|
|
@ -34,6 +35,9 @@ export class App {
|
|||
document.getElementById('node-content')?.focus()
|
||||
})
|
||||
|
||||
const syncProgress = document.getElementById('sync-progress')
|
||||
new SyncProgress(syncProgress)
|
||||
|
||||
window._sync = new Sync()
|
||||
window._sync.run()
|
||||
}// }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue