linkerd2/web/app
Risha Mars e63e28e243
Fix tap start/stop button not toggling at the right time (#1432)
Problem:
We depend on the websocketRequestSent bool (renamed to 
tapRequestInProgress in this branch) to determine whether the 
start/stop button says start or stop. However, we don't change 
this value in setState until we open the websocket connection 
(which could take some time). This led to a delay in when you 
press the Start button and when it changes colour.

Solution:
Set the state before waiting for the websocket to open, so the 
button colour changes immediately and the form feels more responsive
2018-08-10 12:12:40 -07:00
..
css Rename mailing lists, remove all remaining conduit references (#1416) 2018-08-07 17:00:55 -07:00
img Delete remaining conduit logo; add linkerd favicon (#1343) 2018-07-18 17:27:57 -07:00
js Fix tap start/stop button not toggling at the right time (#1432) 2018-08-10 12:12:40 -07:00
test Tap web UI: Fix latency formatting (#1429) 2018-08-09 15:23:34 -07:00
.babelrc Update babel to use `env` and `react-app` as presets. (#976) 2018-05-22 17:17:44 -07:00
.eslintrc Add propType validation (#993) 2018-05-30 17:26:05 -07:00
karma.conf.js Add javascript tests (#45) 2017-12-14 15:12:26 -08:00
package.json Add more filters to the web UI tap form (#1371) 2018-07-31 15:48:53 -07:00
postcss.config.js Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
webpack.config.js Delete remaining conduit logo; add linkerd favicon (#1343) 2018-07-18 17:27:57 -07:00
yarn.lock Add more filters to the web UI tap form (#1371) 2018-07-31 15:48:53 -07:00