Rewrite
This commit is contained in:
parent
42b66714aa
commit
ac8b334eee
35 changed files with 541 additions and 675 deletions
13
views/pages/sync.gotmpl
Normal file
13
views/pages/sync.gotmpl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{{ define "page" }}
|
||||
<div style="margin: 32px">
|
||||
<h1>Sync</h1>
|
||||
<script type="module">
|
||||
import { NodeStore } from 'node_store'
|
||||
import { Sync } from 'sync'
|
||||
window.nodeStore = new NodeStore()
|
||||
window.nodeStore.initializeDB().then(()=>{
|
||||
Sync.tree()
|
||||
})
|
||||
</script>
|
||||
</div>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue