Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thirdweb-dev/js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: thirdweb-dev/js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 38 files changed
  • 3 contributors

Commits on Nov 14, 2025

  1. support form changes (#8414)

    <!--
    
    ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
    
    If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
    
    ## Notes for the reviewer
    
    Anything important to call out? Be sure to also clarify these in your comments.
    
    ## How to test
    
    Unit tests, playground, etc.
    
    -->
    
    <!-- start pr-codex -->
    
    ---
    
    ## PR-Codex overview
    This PR focuses on refactoring and enhancing various support forms in the application, including the removal of outdated components and the introduction of new fields to improve user input for support tickets.
    
    ### Detailed summary
    - Deleted `payments`, `contracts`, and `AffectedAreaInput` components.
    - Updated `OtherSupportForm` with a new label.
    - Modified `TokensMarketplaceSupportForm` to include a new input for "Support ID in logs".
    - Removed dynamic imports for `ContractSupportForm` and `PaymentsSupportForm`.
    - Updated `productOptions` labels for clarity.
    - Replaced `ENGINE_TYPES` and `ENGINE_PROBLEM_AREAS` with `API_SDK_OPTIONS`.
    - Enhanced `EngineSupportForm` with new inputs and logic based on selected SDK.
    - Introduced new components for user wallet issues and account abstraction.
    - Updated `PROBLEM_AREAS` to include new components for social/email login and user wallet custom auth.
    
    > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
    
    <!-- end pr-codex -->
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai -->
    ## Summary by CodeRabbit
    
    * **New Features**
      * Added "Agents/x402 and AI" support option and an optional "Support ID in logs" field.
    
    * **Improvements**
      * Reorganized and simplified support forms: Wallets → Working with User Wallets, Transactions → API/SDKs, Tokens/Marketplace → Creating, Bridging and swapping tokens; token input accepts address or symbol.
      * Streamlined Connect and Engine flows with focused issue categories (social/email login, custom auth, account abstraction, third‑party wallets, API/SDK selection).
    
    * **Chores**
      * Removed legacy Contracts, Payments and affected-area form screens.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    Yash094 committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    d6bc43c View commit details
    Browse the repository at this point in the history
  2. [PRO-98] Update Project FTUX UI (#8418)

    <!--
    
    ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
    
    If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
    
    ## Notes for the reviewer
    
    Anything important to call out? Be sure to also clarify these in your comments.
    
    ## How to test
    
    Unit tests, playground, etc.
    
    -->
    
    <!-- start pr-codex -->
    
    ---
    
    ## PR-Codex overview
    This PR primarily focuses on updating the UI components by replacing the `NebulaIcon` with `BotIcon`, enhancing styling, and refactoring code for better readability and functionality across various components.
    
    ### Detailed summary
    - Replaced `NebulaIcon` with `BotIcon` in multiple components.
    - Improved styles for headings and paragraphs in `ClientIDSection` and `SecretKeySection`.
    - Updated layout properties in `ProjectWalletSection` and other components.
    - Added a new `CodeShowcase` component to display code examples.
    - Enhanced `ProjectFTUX` to accept a `projectWalletSection` prop.
    - Refactored several components for better structure and readability.
    - Adjusted margins and paddings for improved UI consistency.
    
    > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
    
    <!-- end pr-codex -->
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai -->
    ## Summary by CodeRabbit
    
    * **New Features**
      * Multi-language code showcase with a language selector for integration examples
      * Configurable wallet layouts and ability to inject a wallet area into onboarding/FTUX
    
    * **UI/UX Improvements**
      * Refined spacing, typography, and responsive layouts across project pages and sidebar
      * Added popular framework/product brand icons; replaced several AI/sidebar icons with a unified Bot icon
      * Simplified sidebar footer links and adjusted paddings and avatar sizes
    
    * **Chores**
      * Updated story examples to include new layout args
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    MananTank committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    5080b47 View commit details
    Browse the repository at this point in the history
  3. [PRO-105] Dashboard: Update service names (#8419)

    <!--
    
    ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
    
    If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
    
    ## Notes for the reviewer
    
    Anything important to call out? Be sure to also clarify these in your comments.
    
    ## How to test
    
    Unit tests, playground, etc.
    
    -->
    
    <!-- start pr-codex -->
    
    ---
    
    ## PR-Codex overview
    This PR focuses on renaming and refactoring the usage of `products` to `services` across various components, updating service definitions, and improving the rendering of product cards in the UI.
    
    ### Detailed summary
    - Renamed `products` to `services` in relevant components.
    - Updated service definitions with new titles and descriptions.
    - Modified the `ChainListRow` and `ChainServiceFilter` components to use `services`.
    - Enhanced `SupportedProductsSection` to conditionally render `ProductCard`.
    - Added new `ProductCard` component for UI rendering.
    
    > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
    
    <!-- end pr-codex -->
    MananTank committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    b06a918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7ff3b1 View commit details
    Browse the repository at this point in the history
Loading