botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
39 stars 38 forks source link

feat(superinput): code-editor-like input box #254

Closed Raid55 closed 2 years ago

Raid55 commented 2 years ago

This is the pull request to merge the superinput package with the rest of the studio (into the next branch).

Screen Shot 2022-01-25 at 6 33 52 PM

This PR does not include implementation into studio-ui.

allardy commented 2 years ago

The SuperInput doesn't seems to be used anywhere on the studio, could we implement it in at least one place before merging on next? I would love to try this in a real-world situation :)

Raid55 commented 2 years ago

@allardy We have an implementation lined up in a git stash, @EFF thought it would be a better idea to push super input by itself and then push the PR with the implementation so they can be reviewed independently.

samuelmasse commented 2 years ago

@Raid55 merged next into this branch. There was a little conflict in a file but appart from that I don't think I changed much

samuelmasse commented 2 years ago

We did some changes with the prettier version and setup, so there are some formatting errors to fix. Check the Codestyle action to see the files. Should be able to fix just by doing CTRL + S in each file