DocsGPT
DocsGPT copied to clipboard
Updating Hero
- What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Updated Hero.tsx according to the latest UI design, increased height of input field in conversation.
- Why was this change needed? (You can also link to an open issue here) Sleek user interface.
- Other information:
@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel.
A member of the Team first needs to authorize it.
Thank you for the PR. Here are a few comments:
Outline on the buttons should be same color as input
Each button can change outline color on hover.
Also each button needs to be clickable. Upon click it should submit query. The query itself will be grey text
.
Also for examples (left to right, top to bottom)
- Header -
Learn about DocsGPTquery -What is DocsGPT - Header -
Summarise documentation-Summarise current context - Header -
Write code-Write code for api request for /api/answer - Header -
Learning assistance-Write potential questions that can be answered by context
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| docs-gpt | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 16, 2024 9:07am |
- Demo query on clicking the hero buttons by passing down the
handleQuestion()method fromConversation.tsx. - Fixes lint errors