Work on node history

This commit is contained in:
Magnus Åhall 2026-06-05 18:00:10 +02:00
parent 71af26ca1d
commit 5f068ac036
5 changed files with 246 additions and 20 deletions

View file

@ -44,7 +44,8 @@ export class App {
document.getElementById('node-content')?.focus()
})
_mbus.dispatch('SHOW_PAGE', { page: 'node' })
// XXX - _mbus.dispatch('SHOW_PAGE', { page: 'node' })
_mbus.dispatch('SHOW_PAGE', { page: 'history' })
window._sync = new Sync()