erlangpl-ui icon indicating copy to clipboard operation
erlangpl-ui copied to clipboard

DEPRECATED: UI for Erlang Performance Lab

Results 8 erlangpl-ui issues
Sort by recently updated
recently updated
newest added

### This issue is an umbrella issue for Erlang Performance Lab UI plugin system. We're working on plugin system which will provide other developers easy way for creating new functionality...

enhancement
discussion

It's very annoying when switching back and forth between tabes you have to wait few seconds to get tree view. We definitely should improve that.

When you have large application and you want specific node there should be option to search for it based on pid. All irrelevant nodes should be grayed out showing only...

We should add functionality to show node labels in supervision tree. It will help with tree branches recognition. This option should be opt in.

Right now WebSockets are very primitive. Converting it to promise based approach allow us sending promise based messages to server. ```js socket.send('topic', { message }) .then(response => {}) .catch(error =>...

enhancement
need discussion

I'm creating this issue because since we ejected `create-react-app` we can tweak our CSS imports a little. Two options I'm thinking of are: - CSS modules - allow us to...

enhancement
need discussion

This is good idea to have such feature because it allows easy text to html rendering. About page is perfect for such feature because it'll contain a lot text with...

enhancement
need discussion

Not everyone has required formatters installed, so it's good idea to add them as `devDependencies` to `npm` and run on pre commit hook.