* Slider using value instead of raw to prevent errors. Dont show empty gas price as invalid. Clamp slider values to min / max on mount.
* Remove gas price from local storage.
* PureComponent a ton of non-connected components.
* Debounce gas price slider. Keep gas price in state to reflect changes immediately.
* PureComponent balance sidebar and swap unconnected components.
* Import correct component.
* Move debouncing of gas slider to sagas via gasPriceInputIntent action.
* Remove console log.
* Remove leftover file from merge.