summaryrefslogtreecommitdiff
path: root/share/web_surfaces/builtin/mixer-demo/js/widget.js
AgeCommit message (Collapse)Author
2020-04-22WebSockets: remove unnecessary import from mixer-demo/widget.jsLuciano Iam
2020-04-17WebSockets: improve JS client and demoLuciano Iam
add methods to callback.js automatically reconnect js client on disconnection mixer-demo do not recreate UI on reconnection NO-OP: indentation in message.js make client JS reconnection optional fix mixer-demo scrolling minor JS client refactor improve mixer-demo readability
2020-04-13WebSockets: split channel.js into channel.js and message.jsLuciano Iam
2020-04-13WebSockets: avoid duplicated node+addr hash function in JS codeLuciano Iam
2020-04-13WebSockets: decouple Message from MessageChannelLuciano Iam
2020-04-11WebSockets: make mixer-demo use ardour lib and remove duplicated codeLuciano Iam
2020-04-09Update HTML/CSS/JS frontendLuciano Iam