Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add default hints using cypher-codemirror #59

Merged
merged 4 commits into from
Apr 25, 2020
Merged

Conversation

AdrianInsua
Copy link
Contributor

In order to allow code hints we change react-codemirror to cypher-codemirror.

To allow future db hints we've changed contex provider to redux stores. So, currently we are shareing theme and user stores, but in a near future we will be able to share data base information as labels, properties, etc.

@AdrianInsua AdrianInsua added enhancement New feature or request refactor test labels Apr 25, 2020
@AdrianInsua AdrianInsua added this to the Sprint 2 milestone Apr 25, 2020
@AdrianInsua AdrianInsua self-assigned this Apr 25, 2020
@vercel
Copy link

vercel bot commented Apr 25, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/adrianinsua/neo4j-dashboard/cxk66u1kk
✅ Preview: https://neo4j-dashboard-git-feat-41.adrianinsua.now.sh

@AdrianInsua AdrianInsua changed the title Feat/#41 feat: add default hints using cypher-codemirror Apr 25, 2020
@AdrianInsua AdrianInsua linked an issue Apr 25, 2020 that may be closed by this pull request
@AdrianInsua AdrianInsua merged commit 9f6b5b3 into develop Apr 25, 2020
@AdrianInsua AdrianInsua deleted the feat/#41 branch April 25, 2020 22:11
AdrianInsua pushed a commit that referenced this pull request Apr 27, 2020
# [1.7.0](v1.6.0...v1.7.0) (2020-04-27)

### Bug Fixes

* update graph styles on theme change ([#58](#58)) ([2aa2d76](2aa2d76))

### Features

* add default hints using cypher-codemirror ([#59](#59)) ([9f6b5b3](9f6b5b3))
* add download options ([#62](#62)) ([968a96e](968a96e))
* add graph configuration in summary side bar ([#64](#64)) ([eb48ba9](eb48ba9))
* add theme hook ([0ba2281](0ba2281))
* get db schema to improve cmd hints ([#61](#61)) ([8a28f03](8a28f03))
@AdrianInsua
Copy link
Contributor Author

🎉 This PR is included in version 1.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add query code suggestions
2 participants