chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Sidebar history not scrolling and not loading more than 10 chats

Open surojit-ts opened this issue 7 months ago • 2 comments
trafficstars

Describe the bug The chat history we see in the sidebar is only showing 10 chats to me, the scroll is disabled and even the search button is not showing all of the previous chat history. I am using chainlit v2.3.0 (can't upgrade to the latest version since I am Python 3.9) and using AWS DyanamoDB as database

To Reproduce Steps to reproduce the behavior:

  1. Use Chainlit v2.3.0
  2. Add more than 10 chats
  3. Try to see chats older than the last 10 or search for it

Expected behavior I should be able to load all of my previous chat or atleast be able to scroll through the sidebar to see previous chats.

Screenshots Image

Desktop :

  • OS: MacOS Sonoma 14.7.4
  • Browser: Firefox
  • Version: 137.0
  • Viewport: 1440 × 816

surojit-ts avatar Apr 09 '25 19:04 surojit-ts