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: f11980484c5f432c63dc53ec41dd5c2d34e8f0c5
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: 5e883ac550292e6fb92cdbd856f51ecf1cdfa534
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    c717eaa View commit details
    Browse the repository at this point in the history
  2. Dashboard: Migrate contract/accounts page from chakra to tailwind (#7739

    )
    
    <!--
    
    ## 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 components in the `accounts` section of the dashboard, enhancing code structure and UI elements while removing deprecated features.
    
    ### Detailed summary
    - Deleted the `accounts-count.tsx` file.
    - Removed `Legacy_CopyButton` and its usage.
    - Updated `AccountsPage` to use `UnderlineLink` and improved layout.
    - Refactored `CreateAccountButton` to streamline props handling.
    - Replaced `TWTable` with custom table components in `AccountsTable`.
    - Added pagination functionality and improved loading states.
    
    > ✨ 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
    
    * **Refactor**
      * Simplified the Accounts page layout and styling by switching from Chakra UI to Tailwind CSS.
      * Streamlined the AccountsTable with a new table design, fixed page size, and updated pagination controls.
      * Updated Create Account button with unified styling, improved labeling, and a new icon.
      * Removed the accounts count display from the page.
      * Updated external documentation link and link styling for clarity.
      * Removed legacy copy button component and related clipboard functionality.
    
    * **Style**
      * Improved visual consistency with updated button and table styles.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    MananTank committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    5e883ac View commit details
    Browse the repository at this point in the history
Loading