- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.3k
          Migrate UpgradeStatus.tsx to Chakra UI
          #8195
        
          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
  
    Migrate UpgradeStatus.tsx to Chakra UI
  
  #8195
              Conversation
UpgradeStatus.tsx to Chakra UI
      | ✅ ethereum-org-website-dev deploy preview ready
 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good @jb-0 Thanks for the PR!
Co-authored-by: Pablo Pettinari <[email protected]>
…jb-0/ethereum-org-website into refactor/migrate_upgrade_status
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome @jb-0 thanks for the detailed PR (with all the screenshots) 👍🏼
re: the isShipped flag, thats ok. It is an optional flag, so if it is not present then it defaults to false.
| Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2022 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. | 
| @jb-0 be sure to join the discord if you are interested in contributing further to the project or have any questions for the team. And we've just released our 2022 POAPs so remember to claim yours also 🥳! | 
| @all-contributors please add @jb-0 for code | 
| I've put up a pull request to add @jb-0! 🎉 | 

Description
Migrates the Upgrade Status component to Chakra UI.
Side note: it seems the
isShippedflag is missing from the following file:src/content/upgrades/merge/index.mdRelated Issue
#6374
Screenshots