NCSUTAChatBot / llm-chatbot

llm-chatbot
http://152.7.178.160/
2 stars 0 forks source link

A new approach for Long Chat titles in sidebar #75

Open sanjitkverma opened 2 weeks ago

sanjitkverma commented 2 weeks ago

Right now the chat titles in the sidebar take up two lines if they are too long and the three dots don't look as good. The three dots and uneven lines make the chat sidebar look unorganized and crowded.

Current Approach:

Screenshot 2024-10-07 at 5 17 04 PM

Can we make it similar to ChatGPT's approach? They place long chat titles on one line but just truncate the title with a fade effect. I would like this implemented since it looks cleaner.

For example, long chat titles like this one is truncated on 1 line (keeps the sidebar looking neat)

Screenshot 2024-10-07 at 5 18 23 PM Screenshot 2024-10-07 at 5 21 23 PM

Additionally, the three dots to rename the chat or delete the chat only appear on hover in which the chat title gets truncated further. This looks much neater to me

Screenshot 2024-10-07 at 5 25 14 PM
sanjitkverma commented 2 weeks ago

Also just noticed that it seems the three dots to rename the chat or delete the chat used to only appear on hover. This feature went away for some reason when the new sidebar changes were added

We might need to revert the code for that part but it was implemented previously