feat: improve chat history ui/ux
Some checks are pending
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions

This commit is contained in:
Carl-Robert Linnupuu 2025-07-20 23:17:42 +01:00
parent 4122b46e1d
commit a6ff38e52c
8 changed files with 912 additions and 202 deletions

View file

@ -370,3 +370,28 @@ settings.models.chat.section.title=Chat
settings.models.chat.section.description=Models for conversations, code edits, auto applies, commits, and naming suggestions. <a href="https://docs.tryproxy.io/editor/chat/overview">Learn more</a>
settings.models.tab.section.title=Tab
settings.models.tab.section.description=Models for autocomplete and multi-line next edit suggestions. <a href="https://docs.tryproxy.io/editor/tab/overview">Learn more</a>
conversation.deleteButton.tooltip=Delete conversation
conversation.messageCount.singular={0} message
conversation.messageCount.plural={0} messages
conversation.defaultTitle=New Conversation
conversation.emptyState=Your conversations will be saved here for easy access.
conversation.searchField.placeholder=Search in titles and messages...
conversation.searchResult.singular={0} match found
conversation.searchResult.plural={0} matches found
conversation.sortOption.recentlyUpdated=Recently Updated
conversation.sortOption.oldestFirst=Oldest First
conversation.sortOption.titleAscending=Title (A-Z)
conversation.sortOption.titleDescending=Title (Z-A)
conversation.sortOption.mostMessages=Most Messages
conversation.sortOption.leastMessages=Least Messages
conversation.sortAction.title=Sort: {0}
conversation.sortAction.description=Sort conversations by {0}
conversation.sortPopup.title=Sort By
conversation.refreshAction.title=Refresh
conversation.refreshAction.description=Refresh conversation list
conversation.status.searchResult=Found {0} of {1} conversations
conversation.status.count.singular={0} conversation
conversation.status.count.plural={0} conversations
conversation.status.sortedBy=Sorted by: {0}
conversation.deleteConfirmation.message=Are you sure you want to delete this conversation?
conversation.deleteConfirmation.title=Delete Conversation