dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

Client should store image-resources #110

Closed ascheman closed 6 years ago

ascheman commented 6 years ago

The client loads some image-resources (stream icons, conference logo, sometimes even speaker data) via rest/image-resources.json. The data should be stored into the indexdb and it should be checked every now and then if they have changed as we do with the talk data).

ahus1 commented 6 years ago

Made a first attempt to fix the HTML so it doesn't load the resource multiple times

ahus1 commented 6 years ago

Works good enough in old client, works better in new pwa client.