Thanks to visit codestin.com
Credit goes to Github.com

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: polkadot-js/apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jam-duna/apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 302 files changed
  • 2 contributors

Commits on Apr 28, 2025

  1. Sprint 4 Stubs (#1)

    - Added “JAM” section under Developer dropdown  
    - Stubbed Home tab  
    - Stubbed RPC Calls tab (layout based on Polkadot JS RPC; still fetching live API methods so mock data isn’t displayed)  
    - Stubbed JavaScript tab (based on Polkadot JS “JS” page)  
    - Stubbed Utilities > Codec tab (codec functionality pending)  
    - Stubbed Utilities > Storage tab (service-ID functionality pending)  
    - Stubbed CoreEVM Block info (`/coreevm`; ETH-block fetching pending)  
    - Stubbed CoreEVM Block details (`/coreevm/1/[block]`; individual ETH-block fetching pending)
    weinymarchelina authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    09f5259 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. fix pr#2 issues (#3)

    * fix pr#2 issues
    
    * fix lint errors
    
    * fix pr#2 test issues
    
    * fix pr#2 lint issues
    
    * fix some lint
    
    * fix header incorrect lint error
    
    * fix component lint error
    
    * fix non-page lint errors
    
    * fix page lint errors
    
    * fix app routing config build:code error
    
    * fix polkadot package versions
    
    * fix build:code errors
    
    * remove unused wsEndpoint state
    
    * invalid header definition fix
    
    * fix build config
    
    * fix service issues
    happy-armin authored May 5, 2025
    Configuration menu
    Copy the full SHA
    fd09364 View commit details
    Browse the repository at this point in the history
Loading