summaryrefslogtreecommitdiff
path: root/web/web_ui.c
Commit message (Collapse)AuthorAgeFilesLines
* web: buffer player info and flush on state changeDavid Vazgenovich Shakaryan2022-05-021-7/+93
| | | | | Constant calls from Wasm to JS to replace unchanged elements in the DOM is not very efficient.
* web: split code into more filesDavid Vazgenovich Shakaryan2022-05-011-0/+134
This is currently very messy with all the files interdependent on one another and a lot of the logic still in the main file. It will take some time to refactor and clean up.