candela
candela copied to clipboard
Visualization components for the web
- [ ] Add a form to send an email to us - Have a form element for optional reply-to; autofill with account email address if user is logged in...
When a user makes changes to a dataset that they don't have write access to (e.g. they change the type coercion settings), the dataset is copied silently. Need to fill...
To reproduce, click _just_ outside of the "select dataset/visualization" button on the respective panel. The panel will collapse, when almost certainly the user meant to click on the icon. We...
Along with #123, this should use the same design as the new dataset / project management dialogs. The library should also include elements of #247, probably with a mouse-over preview...
See [`csv_stream()`](https://github.com/Kitware/candela/blob/master/app/resonant-laboratory/server/semantic_assetstore_adapter.py#L11) and [`json_stream()`](https://github.com/Kitware/candela/blob/master/app/resonant-laboratory/server/semantic_assetstore_adapter.py#L55) for where to start.
The page size / filter list config dialog should have an option to type custom filters
"Integer" is sort of a false distinction in JavaScript, since integers are represented by `Number`s. Eliminating the distinction in Resonant Lab would have two benefits: - The UI would become...
To reproduce, start a new project, click on "add data set", wait for the list of data sets to appear, then resize the window. Note that the window "flashes" as...
Opening the matching panel, or causing it to resize and/or move (by manipulating the neighboring panels) reveals a delay before the matching panel contents re-render. There is also a bit...