aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web/src/model.rs
Commit message (Expand)AuthorAgeFilesLines
* restrict the api a bit moreJesse Luehrs2019-11-231-32/+22
* move some things aroundJesse Luehrs2019-11-231-0/+59
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-221-0/+6
* start working on watch displayJesse Luehrs2019-11-221-6/+2
* more information on the list pageJesse Luehrs2019-11-221-9/+6
* handle streamer disconnectsJesse Luehrs2019-11-221-0/+4
* move views out into separate modulesJesse Luehrs2019-11-221-0/+4
* remove no longer necessary directiveJesse Luehrs2019-11-221-1/+0
* use vt100 to render the terminal data in the browser(!)Jesse Luehrs2019-11-221-1/+17
* don't manually disconnect on disconnect eventsJesse Luehrs2019-11-221-4/+0
* make sure we close old websocket connectionsJesse Luehrs2019-11-221-0/+6
* thread through the id to the actual message eventsJesse Luehrs2019-11-221-13/+2
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-1/+5
* refactorJesse Luehrs2019-11-221-0/+62