You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the chat ordering is only updated when the page is (re-)loaded. To improve the user experience, we want to dynamically reorder chats based on recent activity. Specifically, when a user interacts with an old chat by asking a new question, that chat should automatically move to the top of the list. This dynamic reordering should happen in real-time, ensuring that the most recently active chats are always easily accessible without requiring a page reload.
Value and/or benefit
Enhances user experience by keeping active and relevant chats easily accessible.
Reduces the need for manual page reloads to see updated chat order.
Streamlines interaction by automatically surfacing the most recent activity.
Feature description
Currently, the chat ordering is only updated when the page is (re-)loaded. To improve the user experience, we want to dynamically reorder chats based on recent activity. Specifically, when a user interacts with an old chat by asking a new question, that chat should automatically move to the top of the list. This dynamic reordering should happen in real-time, ensuring that the most recently active chats are always easily accessible without requiring a page reload.
Value and/or benefit
Anything else?
Related code snippet-
ragna/ragna/deploy/_ui/left_sidebar.py
Lines 62 to 70 in 7c5728a
The text was updated successfully, but these errors were encountered: