-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(nx-dev): use textarea for prompts and show a better "no results"error #18798
feat(nx-dev): use textarea for prompts and show a better "no results"error #18798
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2e2f711
to
73ad830
Compare
73ad830
to
aa7ef14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, can we add some padding-right
to save room for the submit button? Can we have the submit button on the bottom right?
aa7ef14
to
3b6f83c
Compare
@FrozenPandaz Done |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR makes the AI chat prompt a textarea so code snippets can be pasted. Also improves the "no results" message to be less jarring.
Try it: https://nx-dev-git-fork-jaysoo-feat-ai-textarea-and-better-errors-nrwl.vercel.app/ai
ai-page.mp4