Skip to content
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

Add Nebula Chat UI #5483

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add Nebula Chat UI #5483

wants to merge 1 commit into from

Conversation

MananTank
Copy link
Member

@MananTank MananTank commented Nov 21, 2024

DASH-444


PR-Codex overview

This PR introduces various enhancements and features to the nebula-app, including new pages, components, and functionalities for chat and session management, as well as improvements to the login process and UI elements.

Detailed summary

  • Added Page component in chat/history with placeholder content.
  • Introduced NEXT_PUBLIC_NEBULA_URL in environment variables.
  • Updated loginRedirect to handle optional path.
  • Implemented new chat session stores in stores.ts.
  • Created submitFeedback function for sending feedback.
  • Added useExecuteConfig hook for managing execute configurations.
  • Enhanced ChatPageLayout and Chatbar components for better UI.
  • Implemented NebulaIcon and EmptyStateChatPageContent components.
  • Improved fetchWithAuthToken for robust API calls.
  • Updated session management functions in session.ts.

The following files were skipped due to too many changes: apps/dashboard/src/app/nebula-app/(app)/components/ConfigForm.tsx, apps/dashboard/src/app/nebula-app/(app)/components/ChatPageContent.tsx, pnpm-lock.yaml

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

Copy link

changeset-bot bot commented Nov 21, 2024

⚠️ No Changeset found

Latest commit: 7ac8703

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

Copy link

vercel bot commented Nov 21, 2024

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 Nov 27, 2024 8:36pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 8:36pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 8:36pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 8:36pm

@vercel vercel bot temporarily deployed to Preview – docs-v2 November 21, 2024 20:34 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 21, 2024 20:34 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 21, 2024 20:34 Inactive
Copy link

graphite-app bot commented Nov 21, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 21, 2024
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.19%. Comparing base (d3139b2) to head (7ac8703).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5483      +/-   ##
==========================================
- Coverage   46.20%   46.19%   -0.01%     
==========================================
  Files        1080     1081       +1     
  Lines       58569    58613      +44     
  Branches     3929     3933       +4     
==========================================
+ Hits        27060    27075      +15     
- Misses      30826    30855      +29     
  Partials      683      683              
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from d3139b2
packages 41.75% <ø> (-0.01%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

see 2 files with indirect coverage changes

Copy link
Contributor

github-actions bot commented Nov 21, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 47.92 KB (0%) 959 ms (0%) 710 ms (+19.41% 🔺) 1.7 s
thirdweb (cjs) 107.27 KB (0%) 2.2 s (0%) 1.3 s (+0.11% 🔺) 3.5 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 26 ms (-60.5% 🔽) 138 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 25 ms (+102.75% 🔺) 35 ms
thirdweb/react (minimal + tree-shaking) 18.28 KB (0%) 366 ms (0%) 137 ms (-5.43% 🔽) 502 ms

@vercel vercel bot temporarily deployed to Preview – wallet-ui November 21, 2024 20:41 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 21, 2024 20:41 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 21, 2024 20:41 Inactive
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.

1 participant