Skip to content

Conversation

@Yash094
Copy link
Member

@Yash094 Yash094 commented Apr 25, 2025


PR-Codex overview

This PR focuses on enhancing the SupportPage component to include a new NebulaFloatingChatButton for customer support interactions, while also updating type definitions to accommodate a new support page type.

Detailed summary

  • Added support as a new option to pageType in multiple components: FloatingChatContent, NebulaFloatingChatButton, and NebulaChatUIContainer.
  • Modified SupportPage to be an async function, fetching authToken and accountAddress.
  • Integrated NebulaFloatingChatButton in SupportPage for user interaction.
  • Defined supportPromptPrefix and examplePrompts for chat interactions.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@Yash094 Yash094 requested review from a team as code owners April 25, 2025 12:43
@changeset-bot
Copy link

changeset-bot bot commented Apr 25, 2025

⚠️ No Changeset found

Latest commit: 4ffe2b7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Apr 25, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@vercel
Copy link

vercel bot commented Apr 25, 2025

@Yash094 is attempting to deploy a commit to the thirdweb Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Apr 25, 2025
@codecov
Copy link

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.52%. Comparing base (3825563) to head (4ffe2b7).
Report is 3 commits behind head on main.

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     
Flag Coverage Δ
packages 35.52% <ø> (-19.79%) ⬇️

see 282 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vercel
Copy link

vercel bot commented Apr 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 25, 2025 2:08pm
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 25, 2025 2:08pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 25, 2025 2:08pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 25, 2025 2:08pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 25, 2025 2:08pm

Comment on lines +122 to +125
const [authToken, accountAddress] = await Promise.all([
getAuthToken(),
getAuthTokenWalletAddress(),
]);
Copy link
Member

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?

Copy link
Member

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"

@MananTank
Copy link
Member

Closing this in favor of #6862

@MananTank MananTank closed this Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants