neo4j-devtools / graph-app-kit

Reusable components for building Graph Apps
Apache License 2.0
17 stars 7 forks source link

CypherEditor component #5

Closed pe4cey closed 6 years ago

pe4cey commented 6 years ago

Introduces a component that wraps cypher-codemirror library.

screen shot 2017-11-15 at 16 42 17
pe4cey commented 6 years ago

Editor component

oskarhane commented 6 years ago

I forgot, can you make the props name expressing the positive choice?

autoCompleteDisabled => autoCompleteEnabled

It's often easier to mentally parse the toggling of positive names.

oskarhane commented 6 years ago

Could you add it to the table of components in the README as well?

pe4cey commented 6 years ago

Updated to include the component in the root README and defaultProps of the component

oskarhane commented 6 years ago

This file src/ui/Editor/language/consoleCommands.js should not be part of this component imo.

oskarhane commented 6 years ago

Don't forget to update the name in README @pe4cey :) Except from that, I think this is good to go.