anything-llm/frontend/src
Sean Hatfield 56dc49966d
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>
2024-01-17 16:22:06 -08:00
..
components add copy feature to assistant chat message (#611) 2024-01-17 16:22:06 -08:00
hooks add copy feature to assistant chat message (#611) 2024-01-17 16:22:06 -08:00
media add support for mistral api (#610) 2024-01-17 14:42:05 -08:00
models [Feat] Query mode to return no-result when no context found (#601) 2024-01-16 09:32:51 -08:00
pages add support for mistral api (#610) 2024-01-17 14:42:05 -08:00
utils add copy feature to assistant chat message (#611) 2024-01-17 16:22:06 -08:00
App.jsx Preload onboarding (#606) 2024-01-16 14:15:46 -08:00
AuthContext.jsx chore: add @ as alias for frontend root (#414) 2023-12-07 09:09:01 -08:00
index.css add copy feature to assistant chat message (#611) 2024-01-17 16:22:06 -08:00
LogoContext.jsx Add user PFP support and context to logo (#408) 2023-12-07 14:11:51 -08:00
main.jsx chore: add @ as alias for frontend root (#414) 2023-12-07 09:09:01 -08:00
PfpContext.jsx Add user PFP support and context to logo (#408) 2023-12-07 14:11:51 -08:00