Format size with bytes

This commit is contained in:
Magnus Åhall 2026-06-07 12:15:00 +02:00
parent 9c07611f95
commit b100dc868c
3 changed files with 212 additions and 3 deletions

View file

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