Peter Murphy
Peter Murphy
# 🌈Feature request **What is this feature?** Given the number of requests, PRs and the still pending work to move this code to typescript, a blocker on all that is...
We'd like simple examples for maybe a couple of circuit examples, as well as map topology, that users can just cut and paste into the App.js file of a create-react-app....
We have the low level code to support having labels on our connections, but this isn't exposed in the network diagram code.
If you have a larger node, the arrow of the connection will be hidden behind the node. A simple solution would be to allow the user to specify an offset...
The timeseries charts code really doesn't like having 5000 points it has to render over and over (during pan and zoom). Since don't display a 5000 pixel wide chart, we...
**DO NOT MERGE** ## TODO Checklist - [x] Chooser - [x] Reimplement with react-select 2.0 - [x] Add react-window to chooser for performance improvements - [x] Add async loading functionality...
Umbrella issue for work on forms library: - [ ] Move library to Typescript - [ ] Remove flexbox-react code - [x] Update to react-bootstrap (fix icons) - [ ]...
* Overhaul of the editing of lists so that you can directly edit rows of lists without having to click "edit" on the list first. * Moves all the edit...
We need to be able to load chooser data async, because in some cases it's not possible to pre-load all the data on a complex form without really slowing down...
We can specify a schema validation rule, say with a regex, but we can't specify a message to go along with that. Instead we get a rather generic Bad Format...