-
Notifications
You must be signed in to change notification settings - Fork 621
dashboard: Add AI chat component on support page #6855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Merge remote changes from main branch# the commit.
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
@Yash094 is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6855 +/- ##
===========================================
- Coverage 55.31% 35.52% -19.79%
===========================================
Files 896 893 -3
Lines 57024 56891 -133
Branches 3968 2221 -1747
===========================================
- Hits 31542 20212 -11330
- Misses 25385 36608 +11223
+ Partials 97 71 -26
🚀 New features to boost your workflow:
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| const [authToken, accountAddress] = await Promise.all([ | ||
| getAuthToken(), | ||
| getAuthTokenWalletAddress(), | ||
| ]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens if the user is not logged in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nebula floating chat prompts the user to "sign in"
|
Closing this in favor of #6862 |
PR-Codex overview
This PR focuses on enhancing the
SupportPagecomponent to include a newNebulaFloatingChatButtonfor customer support interactions, while also updating type definitions to accommodate a newsupportpage type.Detailed summary
supportas a new option topageTypein multiple components:FloatingChatContent,NebulaFloatingChatButton, andNebulaChatUIContainer.SupportPageto be an async function, fetchingauthTokenandaccountAddress.NebulaFloatingChatButtoninSupportPagefor user interaction.supportPromptPrefixandexamplePromptsfor chat interactions.