Conversation
Jipperism
commented
Nov 14, 2025
- Updated package.json to replace Material-UI with MUI components.
- Adjusted imports in various components (ThreeBoxSteps, broadcaster, orchestrator, delegator) to use MUI.
- Modified stepper styles to align with MUI's new class names.
- Enhanced the migration logic in the delegator component to utilize updated contract interactions and improved error handling.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@rickstaa please have a look at the update of the contract interaction code in https://github.com/livepeer/explorer/pull/382/files#diff-2692a8c75c6a7872043b3a99fcae949f84621cc634b5628d476a9223472d5d90L268 as well as the preview deployment of the form at https://explorer-arbitrum-one-git-fix-313-fi-5b0bae-livepeer-foundation.vercel.app/migrate/delegator. If you agree with the implementation I'll update the other two migration forms as well. |
rickstaa
left a comment
There was a problem hiding this comment.
@Jipperism works for me however it looks like the other widgets also are broken see #389 feel free to merge this later.
7cb1b1f to
a570412
Compare
- Updated package.json to replace Material-UI with MUI components. - Adjusted imports in various components (ThreeBoxSteps, broadcaster, orchestrator, delegator) to use MUI. - Modified stepper styles to align with MUI's new class names. - Enhanced the migration logic in the delegator component to utilize updated contract interactions and improved error handling.
9f10884 to
b006de6
Compare
b006de6 to
4edfbe9
Compare
4edfbe9 to
ac1b3f5
Compare
ac1b3f5 to
c0857a5
Compare
|
@rickstaa @ECWireless updated the PR to also include fixes to broadcaster and orchestrator forms. Should be ready to go now. |