Commit History

Author SHA1 Message Date
  Yuki Takei b17b51fea7 Merge pull request #10117 from weseek/fix/168066-mutation-when-deleting-thread 10 months ago
  Yuki Takei b62733194f Update apps/app/src/features/openai/client/components/AiAssistant/Sidebar/ThreadList.tsx 10 months ago
  Yuki Takei e62ef83be7 Merge pull request #10112 from weseek/fix/167800-right-sidebar-header 10 months ago
  Shun Miyazawa 5e8807efcf Fix thread deletion handler to close sidebar for the correct thread 10 months ago
  Shun Miyazawa 4904076463 Enhance AiAssistant components to pass aiAssistantId on deletion and close sidebar if necessary 10 months ago
  Shun Miyazawa ec158541ca Refactor ThreadList to integrate thread mutation and improve thread deletion handling 10 months ago
  Shun Miyazawa 68fc932a0d Refactor AiAssistantSidebar to remove unused threadData references and improve headerText logic 10 months ago
  Shun Miyazawa 55428d7995 Remove unused threadData variable from useKnowledgeAssistant 10 months ago
  Shun Miyazawa dd4e469df2 Refactor useKnowledgeAssistant for improved clarity and functionality 10 months ago
  Shun Miyazawa e08e7cfa89 Remove unused threadData parameter from onItemClick in AiAssistantItemProps 10 months ago
  Shun Miyazawa 867d431ee8 Merge pull request #10107 from weseek/feat/167668-display-individual-assistant-thread-history 10 months ago
  Shun Miyazawa 4c20137e7a Merge pull request #10102 from weseek/feat/167670-show-recent-thread-items 10 months ago
  Shun Miyazawa 74afa449d9 Refactor ThreadList and thread-relation types for improved clarity and functionality 10 months ago
  Shun Miyazawa 0cb4c7b9cb fix lint error 10 months ago
  Shun Miyazawa ad52614f4d Sort thread relations by updatedAt in getThreadsByAiAssistantId method 10 months ago
  Shun Miyazawa 8375644e28 fix lint error 10 months ago
  Shun Miyazawa 83850c6b20 fix lint error 10 months ago
  Shun Miyazawa 5e0f35ab1c Add refresh functionality for AiAssistant data in management modal 10 months ago
  Shun Miyazawa 5247d6b3b1 Remove unused ThreadItem and ThreadItems components from AiAssistantList 10 months ago
  Shun Miyazawa 1e2940656e Add tabIndex to ThreadList item for improved accessibility 10 months ago
  Shun Miyazawa 3c465ddf10 Update apps/app/public/static/locales/zh_CN/translation.json 10 months ago
  Shun Miyazawa 2502d578f2 Add translation for 'no_recent_chat' message in ThreadList component 10 months ago
  Shun Miyazawa 9d21d6fda9 Refactor link rendering in AiAssistantChatInitialView to use Link component and improve styling for page paths 10 months ago
  Shun Miyazawa 39e55367b3 Refactor AiAssistantChatInitialView to improve structure and styling of reference pages and recent chat sections 10 months ago
  Shun Miyazawa a556c4ea59 Add styling for ThreadList component and apply it in the render 10 months ago
  Shun Miyazawa c987dd3094 Add translation for 'recent_chat' in multiple languages and update AiAssistantChatInitialView to use the translation 10 months ago
  Shun Miyazawa c5cdb41c86 Refactor AiAssistantChatInitialView to conditionally render description paragraph 10 months ago
  Shun Miyazawa e38d89be93 Add ThreadList component to AiAssistantChatInitialView for displaying recent threads 10 months ago
  Shun Miyazawa 274c48ac66 Remove suspense option from useSWRINFxRecentThreads in ThreadList component 10 months ago
  Shun Miyazawa 1f0d0cb673 Remove debug log for ThreadList data 10 months ago