-
Notifications
You must be signed in to change notification settings - Fork 618
[Dashboard] Nebula - Update context filters + Add OG image #5736
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
[Dashboard] Nebula - Update context filters + Add OG image #5736
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5736 +/- ##
=======================================
Coverage 52.89% 52.89%
=======================================
Files 1099 1099
Lines 59010 59010
Branches 4791 4791
=======================================
Hits 31211 31211
Misses 27083 27083
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
## Problem solved DASH-615 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on enhancing the context filter functionality within the application by introducing support for `walletAddresses`, updating related types, and modifying components to accommodate these changes. ### Detailed summary - Added `walletAddresses` to various types and API parameters. - Updated `SessionContextFilter` to include `wallet_addresses`. - Modified `ChatPageContent` to handle and display `walletAddresses`. - Enhanced `ContextFiltersButton` to show wallet address badges. - Updated form handling to include validation for `walletAddresses`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
a64233a to
9b58a08
Compare

Problem solved
DASH-615
PR-Codex overview
This PR focuses on enhancing the
ContextFiltersfunctionality in the dashboard application by adding support forwalletAddresses, refining the session management, and updating related components to accommodate the new filters.Detailed summary
walletAddressesto thepromptNebulaparameters inchat.ts.session.tsto includewallet_addressesin the session context filters.SessionContextFilterintypes.tsto encapsulate the filter structure.ChatPageContentto manage and utilizewalletAddresses.ContextFiltersButtonto displaywalletAddressesin the UI.ContextFiltersto includewalletAddresses.walletAddressesin the context filter dialog.