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: coreui/coreui-free-react-admin-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: treejer/coreui-free-react-admin-template-web3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 24 files changed
  • 3 contributors

Commits on Jun 29, 2023

  1. chore: update dependencies and devDependencies

    @coreui/chartjs          ^3.1.1  →   ^3.1.2
    @coreui/react            ^4.6.0  →   ^4.8.0
    @coreui/react-chartjs    ^2.1.2  →   ^2.1.3
    @coreui/utils            ^2.0.1  →   ^2.0.2
    core-js                 ^3.29.0  →  ^3.31.0
    eslint-config-prettier   ^8.7.0  →   ^8.8.0
    prettier                  2.8.4  →    2.8.8
    react-redux              ^8.0.5  →   ^8.1.1
    react-router-dom         ^6.8.2  →  ^6.14.0
    sass                    ^1.58.3  →  ^1.63.6
    web-vitals               ^3.1.1  →   ^3.3.2
    mrholek committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8b59686 View commit details
    Browse the repository at this point in the history
  2. chore: update comments

    mrholek committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3ee6de4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Merge pull request #5 from coreui/main

    New changes from coreui repo
    amirhabibzadeh authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c713371 View commit details
    Browse the repository at this point in the history
  2. Rainbow (#6)

    * Add wagmi component auth to projcet
    
    * chore: update dependencies and devDependencies
    
    @coreui/chartjs          ^3.1.1  →   ^3.1.2
    @coreui/react            ^4.6.0  →   ^4.8.0
    @coreui/react-chartjs    ^2.1.2  →   ^2.1.3
    @coreui/utils            ^2.0.1  →   ^2.0.2
    core-js                 ^3.29.0  →  ^3.31.0
    eslint-config-prettier   ^8.7.0  →   ^8.8.0
    prettier                  2.8.4  →    2.8.8
    react-redux              ^8.0.5  →   ^8.1.1
    react-router-dom         ^6.8.2  →  ^6.14.0
    sass                    ^1.58.3  →  ^1.63.6
    web-vitals               ^3.1.1  →   ^3.3.2
    
    * chore: update comments
    
    * Add rainbow kit to project and configure that
    
    * Update gitignore and remove env file
    
    * Add redux, saga
    
    * Add axios to project
    
    * Update redme file
    
    * Update package.json file and install necessary packages
    
    * Add rainbow button to header and change sidebar show action
    
    * Update sidebar acions from redux
    
    * Update store address
    
    * Update env key name
    
    * Update README.md
    
    * Update README.md
    
    Add rainbow emoji
    
    * Remove unused svg
    
    * Remove unused files
    
    * Add remove token when switch network
    
    * Refactor rainbow button code
    
    * Remove comment of code
    
    ---------
    
    Co-authored-by: mrholek <[email protected]>
    Co-authored-by: Amir Habibzadeh <[email protected]>
    3 people authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8c4d5d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Multichain (#9)

    * Multichain config added
    
    ---------
    
    Co-authored-by: Amir Habibzadeh <[email protected]>
    behnamjz and amirhabibzadeh authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    133f4d5 View commit details
    Browse the repository at this point in the history
Loading