-
- Downloads
add copy feature to assistant chat message (#611)
* add copy feature to assistant chat message
* fix tooltip not hiding on mobile
* fix: add tooltips
chore: breakout actions to extendable component + memoize
add CopyText to hook we can reuse
fix: Copy on code snippets broken, moved to event listener
fix: highlightjs patch for new API support
feat: add copy response support
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- frontend/package.json 1 addition, 0 deletionsfrontend/package.json
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx 43 additions, 0 deletions...Container/ChatHistory/HistoricalMessage/Actions/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx 9 additions, 2 deletions...hat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx 5 additions, 3 deletions...ponents/WorkspaceChat/ChatContainer/ChatHistory/index.jsx
- frontend/src/components/WorkspaceChat/index.jsx 36 additions, 0 deletionsfrontend/src/components/WorkspaceChat/index.jsx
- frontend/src/hooks/useCopyText.js 15 additions, 0 deletionsfrontend/src/hooks/useCopyText.js
- frontend/src/index.css 4 additions, 0 deletionsfrontend/src/index.css
- frontend/src/utils/chat/markdown.js 23 additions, 26 deletionsfrontend/src/utils/chat/markdown.js
- frontend/yarn.lock 33 additions, 0 deletionsfrontend/yarn.lock
frontend/src/hooks/useCopyText.js
0 → 100644
Please register or sign in to comment