Skip to content

Commit

Permalink
[extension] Add tooltip on header (#8675)
Browse files Browse the repository at this point in the history
* Add tooltip on header

* clean
  • Loading branch information
tdraier authored Nov 15, 2024
1 parent c3c2e88 commit 43290bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions extension/app/src/pages/ConversationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const ConversationPage = ({
<FileDropProvider>
<BarHeader
title={conversation?.title || "Conversation"}
tooltip={conversation?.title || "Conversation"}
rightActions={
<div className="flex flex-row items-right">
<ConversationsListButton />
Expand Down
8 changes: 4 additions & 4 deletions extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@dust-tt/client": "file:../sdks/js",
"@dust-tt/sparkle": "^0.2.307",
"@dust-tt/sparkle": "^0.2.313",
"@tailwindcss/forms": "^0.5.9",
"@tiptap/extension-character-count": "^2.9.1",
"@tiptap/extension-mention": "^2.9.1",
Expand Down

0 comments on commit 43290bf

Please sign in to comment.