Small refactor for user preferences
This commit is contained in:
parent
1a712fb7a9
commit
81d02b82dc
13 changed files with 202 additions and 112 deletions
|
|
@ -32,9 +32,10 @@
|
|||
</div>
|
||||
|
||||
<!-- History -->
|
||||
<div id="page-history">
|
||||
<n2-pagehistory></n2-pagehistory>
|
||||
</div>
|
||||
<n2-pagehistory id="page-history"></n2-pagehistory>
|
||||
|
||||
<!-- Preferences -->
|
||||
<n2-pagepreferences id="page-preferences"></n2-pagepreferences>
|
||||
</div>
|
||||
|
||||
<n2-syncprogress></n2-syncprogress>
|
||||
|
|
@ -46,6 +47,7 @@
|
|||
import {App} from "/js/{{ .VERSION }}/app.mjs"
|
||||
import {API} from 'api'
|
||||
import {Sync} from 'sync'
|
||||
import { } from '/js/{{ .VERSION }}/page_preferences.mjs'
|
||||
import { } from '/js/{{ .VERSION }}/page_storage.mjs'
|
||||
import { } from '/js/{{ .VERSION }}/page_history.mjs'
|
||||
import { } from '/js/{{ .VERSION }}/file.mjs'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue