alteryx / Optimization

Alteryx Optimization Tool
GNU General Public License v3.0
0 stars 1 forks source link

UX updates and new Editor component #23

Closed cafreeman closed 8 years ago

cafreeman commented 8 years ago

Dropped the Alteryx editor in favor of a React-CodeMirror based component. Refactored the backing data store to account for the fact that the UI now relies on an internal editor rather than one lives outside the React app.

New editor has custom syntax highlighting and autocomplete and is styled to look like a Bootstrap input.

Overhauled the layout, some of the behaviors in various tabs, and removed the ugly buttons under the tabs.