beingmeta / metareader

This is an advanced e-reading application once known as Codex.
0 stars 1 forks source link

Use local storage ASAP #30

Closed haase closed 8 years ago

haase commented 8 years ago

Update the startup process so that information from LocalStorage starts being used as soon as possible. That includes populating databases, and possibly even fetching layout. Also, setup the HUD as soon as possible.

haase commented 8 years ago

Some progress, but setting handlers on databases should probably wait until the body is loaded.