dissorial / doc-chatbot

Document chatbot — multiple files, topics, chat windows and chat history. Powered by GPT.
813 stars 137 forks source link

py-10 w-full h-screen #2

Closed avinahome closed 1 year ago

avinahome commented 1 year ago

needs to be py-10 w-full h-full

It looks so much better in the chat interface.

dissorial commented 1 year ago

In what component?

avinahome commented 1 year ago

Sorry, I don't know exactly where it is, but it is on the main view-source:http://localhost:3000/namespace/pdf-test

The difference is when you scroll past the first screen of chats, it is either the correct color with py-10 w-full h-full, or it cuts off being blue at the bottom of the screen and is white from there on out.

dissorial commented 1 year ago

I'm afraid I can't see what you see on your local network. Nevertheless, the UI was indeed basically broken for chats with messages that extend past the default page height. I updated it so that the screen does not cut off, and the sidebar + user input area for chat remain fixed in place. Try to pull the changes into your repo and see if it's better:)

avinahome commented 1 year ago

Excellent! Thank you so much!