mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-19 04:32:31 -06:00
The player cached only the playlist, not the layout. On cold start it restored the playlist and rendered immediately with layout=null -> fullscreen, then re-rendered into zones once the server payload arrived (the 'fullscreen first, then split' flash). Cache the layout alongside the playlist and restore it before the first render; cleared on reset. |
||
|---|---|---|
| .. | ||
| config | ||
| db | ||
| lib | ||
| middleware | ||
| player | ||
| routes | ||
| services | ||
| test | ||
| ws | ||
| .gitignore | ||
| config.js | ||
| package-lock.json | ||
| package.json | ||
| server.js | ||