-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(ui): migrate theming to chakra ui #2873
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
feat(ui): migrate theming to chakra ui #2873
Conversation
lstein
left a comment
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.
I'm liking the theme!
|
The mobile UI no longer reflows to single column with this change. Is that intentional? |
|
@neecapp yes, insofar as this is the unstable main branch you are on. User-facing release is on branch v2.3 while we doing some major works on main. Need to redo the responsive design stuff still. |
|
👍 Yes, I know. Just wondering, since there wasn't any mention of future work or things that were intentionally not addressed that will have follow-on work in the original PR description. |
|
@neecapp sorry, you're right, should have mentioned this as a breaking change. will get it re-implemented soon, maybe tonight. |
wip this is based off the branch in #2873
looks like this #2814 was reverted accidentally. instead of trying to revert the revert, this PR can simply be re-accepted and will fix the ui.
To test this PR in dev mode, you will need to do a
yarn installas a lot has changed.thanks to @blessedcoolant for helping out on this, it was a big effort.