mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-11 05:06:47 +00:00
The services websocket was initiated in the AppContainer and causing all child components to continuously re-render every time there was a service check (which is effectively every second). In addition, the socket was never stopped when not needed (ie when the services component was unmounted). Create a ServicesContainer that initiates the websocket as part of the container, and stops the socket when the container is unmounted. Move the ContractsList to be part of the ContractsContainer with a `mode` switch. Add Deployment page title and description.