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

[BUG] Gita AI bugs #129

Open
6 of 8 tasks
samanyougarg opened this issue Apr 2, 2023 · 10 comments
Open
6 of 8 tasks

[BUG] Gita AI bugs #129

samanyougarg opened this issue Apr 2, 2023 · 10 comments
Assignees
Labels
bug Something isn't working

Comments

@samanyougarg
Copy link
Member

samanyougarg commented Apr 2, 2023

What would you like to share?

  • Button doesn't seem right. There is too much padding on the right.

Screenshot 2023-04-02 at 9 28 02 PM

  • Too much space here.

Screenshot 2023-04-02 at 9 29 14 PM

Screenshot 2023-04-02 at 9 33 13 PM

  • Shri Krishna and Arjuna avatar images are too big.

Screenshot 2023-04-02 at 9 35 20 PM

Should be like this:
Screenshot 2023-04-02 at 9 35 59 PM

  • Chat bubble radius is too much.

Should be like this (0.75 rem):
Screenshot 2023-04-02 at 9 37 09 PM

  • Hitting "Enter" doesn't execute the generation.

  • Can you please match the input box design with the one on bhagavadgita.ai?

@samanyougarg samanyougarg added the bug Something isn't working label Apr 2, 2023
@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 7, 2023

  • Let's make the border radius for top left and right corners of the text box as 0px so it exactly aligns with the suggestions box.

Screenshot 2023-04-07 at 12 35 36 PM

  • And the bottom left and right corners should be 0.5rem for border radius.

@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 7, 2023

  • Text box font and border color should be light grey.

Screenshot 2023-04-07 at 12 37 15 PM

Like the one on the website:
Screenshot 2023-04-07 at 12 37 51 PM

@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 7, 2023

  • If the text box has no text, the send button should be light yellow like in the image below and button should be disabled so user can't send until they write something.

Screenshot 2023-04-07 at 12 38 13 PM

@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 7, 2023

  • Disable the text box and button when the response for previous query is being generated.

@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 7, 2023

  • Compare the font weights with the text on the website.

Screenshot 2023-04-07 at 12 39 55 PM

@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 7, 2023

  • Remove the word by word animation on the default text.

Screenshot 2023-04-07 at 12 40 39 PM

@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 7, 2023

  • Word-by-word streaming is not working as expected. Currently, we wait for the response to finish and then show the animation of typing. This is not what is expected.
    Instead as the response words are coming, they should be rendered every millisecond like this:
    https://www.loom.com/share/888cf35738244e3ca5b2d2bb550511de

@samanyougarg
Copy link
Member Author

samanyougarg commented Apr 14, 2023

  • After the first generation i.e. when the suggestions box is hidden, the text box should be like this, basically have rounded corners at the top of the textbox as well.
  • And also there should be some padding above the textbox. See below.

Screenshot 2023-04-15 at 1 35 15 AM

@samanyougarg
Copy link
Member Author

  • Some special characters like ' seem to be not rendering. See the orange highlighted text.
  • If there are longer words that are more than the row length, they are being cut. See the one with red underline. It should have been moved to second line without cutting.

Screenshot 2023-04-15 at 1 39 03 AM

@caldempsey
Copy link

caldempsey commented Apr 16, 2023

  • Feel like the 'the answer may not be factually correct' bit is repetitive, disclaimer can be mentioned once on sign-up and doesn't need to be duplicated, or below the input box on the page.
  • 'Read More' buttons might be more mobile friendly, allowing users to infinitely scroll more content with less effort on mobile if seeking historic information.
  • Could go further than the common history sections and add a navigation tree to navigate responses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants