embark/embark-ui
emizzle 0fa1e11ac7
Fixed issue with compounding duplicated logs
On every load of the component, the API request would fetch the entire log history, and effective append it to the list of process logs, so that if a component was loaded multiple times (ie click to different tab, then back to home), the log would be duplicated.

This was solved by timestamping and labelling each fetch response, then getting the latest response in the selector, and filtering by process name in the component.
2018-10-23 10:53:25 +02:00
..
config Eject react-scripts and implement our own 2018-10-23 10:50:03 +02:00
public Eject react-scripts and implement our own 2018-10-23 10:50:03 +02:00
scripts Eject react-scripts and implement our own 2018-10-23 10:50:03 +02:00
src Fixed issue with compounding duplicated logs 2018-10-23 10:53:25 +02:00
.gitignore Adding embark ui 2018-10-23 10:22:37 +02:00
README.md Update README 2018-10-23 10:22:38 +02:00
package-lock.json Update layout with new theme 2018-10-23 10:50:38 +02:00
package.json Add new theme to utils 2018-10-23 10:50:40 +02:00

README.md

embark-ui