aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/teleterm_web_bg.wasm
Commit message (Collapse)AuthorAgeFilesLines
* start working on the login flowJesse Luehrs2019-11-231-0/+0
|
* strip out most logging in release buildsJesse Luehrs2019-11-231-0/+0
|
* remove unicode-normalization from the wasm buildJesse Luehrs2019-11-231-0/+0
| | | | | this cuts about 30% off of the binary size, and should have almost no impact
* stop hardcoding the list and watch urlsJesse Luehrs2019-11-231-0/+0
|
* move server address to configurationJesse Luehrs2019-11-231-0/+0
|
* pass configuration from the web server to the web appJesse Luehrs2019-11-231-0/+0
|
* add basic template rendering abilityJesse Luehrs2019-11-231-0/+0
|
* remove some flickeringJesse Luehrs2019-11-231-0/+0
|
* enable lto for release buildsJesse Luehrs2019-11-231-0/+0
|
* i don't think rlib is necessary?Jesse Luehrs2019-11-231-0/+0
| | | | | i thiiiiink that's just if the crate is supposed to be for both native code and wasm
* shuffle some of the view structure aroundJesse Luehrs2019-11-231-0/+0
|
* restrict the api a bit moreJesse Luehrs2019-11-231-0/+0
|
* move some things aroundJesse Luehrs2019-11-231-0/+0
|
* also draw the cursorJesse Luehrs2019-11-221-0/+0
|
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-221-0/+0
|
* add a button to stop watching the current streamJesse Luehrs2019-11-221-0/+0
|
* implement colors and text attributesJesse Luehrs2019-11-221-0/+0
|
* more web display improvementsJesse Luehrs2019-11-221-0/+0
|
* start working on watch displayJesse Luehrs2019-11-221-0/+0
|
* more information on the list pageJesse Luehrs2019-11-221-0/+0
|
* handle streamer disconnectsJesse Luehrs2019-11-221-0/+0
|
* move views out into separate modulesJesse Luehrs2019-11-221-0/+0
|
* use vt100 to render the terminal data in the browser(!)Jesse Luehrs2019-11-221-0/+0
|
* parse the websocket message in the browserJesse Luehrs2019-11-221-0/+0
|
* improve some loggingJesse Luehrs2019-11-221-0/+0
|
* switch to the log crateJesse Luehrs2019-11-221-0/+0
|
* don't manually disconnect on disconnect eventsJesse Luehrs2019-11-221-0/+0
| | | | | | | | we only get the disconnect events after the disconnect happens, and in this particular case it's happening because we dropped the old connection to replace it with a new connection, and so manually clearing the current connection on a disconnect event will usually end up clearing the new connection
* make sure we close old websocket connectionsJesse Luehrs2019-11-221-0/+0
|
* thread through the id to the actual message eventsJesse Luehrs2019-11-221-0/+0
| | | | | this is more accurate, since managing the lifetime of the websocket connection is a bit tricky
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-0/+0
|
* refactorJesse Luehrs2019-11-221-0/+0
|
* implement listing and watching on the web sideJesse Luehrs2019-11-221-0/+0
| | | | | watching doesn't do anything yet, because the server side doesn't yet know how to send messages to a watch client
* refactor a bitJesse Luehrs2019-11-221-0/+0
|
* start using seed on the web sideJesse Luehrs2019-11-221-0/+0
|
* optimize moreJesse Luehrs2019-11-211-0/+0
|
* optimize wasm fileJesse Luehrs2019-11-211-0/+0
|
* rename some stuffJesse Luehrs2019-11-211-0/+0
|
* move paths around a bitJesse Luehrs2019-11-151-0/+0
this seems more likely to work when building the published crate