-
Notifications
You must be signed in to change notification settings - Fork 146
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
chore: emotionless #4178
chore: emotionless #4178
Conversation
Can you link an issue to your PRs or add the |
I linked the issue, thanks! Once things are ready for review I'll rebase and change the commit messages. Just working on this in phases and trying to keep work somewhat independent |
55c7d17
to
1d2e578
Compare
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.
🚀
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.
Thanks, I know its good practice to do that, I just seemed to be making so many commits I didn't. I'll rebase this onto one commit with an issue linked. I will fix the issue in the screenshot too before merging, thanks! |
1d2e578
to
902ec9a
Compare
@@ -61,6 +61,10 @@ export const Header: React.FC<HeaderProps> = memo(props => { | |||
justifyContent="space-between" | |||
p="base" | |||
minHeight={['', '80px']} |
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.
@@ -135,6 +135,7 @@ const config = { | |||
{ | |||
test: /\.(ts|tsx)$/, | |||
exclude: /node_modules/, | |||
// #4164 TODO investigate removing babel |
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.
@kyranjamie - I had meant to tag you here. I made a new issue for this #4199
Do you think removing babel
is something you could do easily? I started to try but I was un-sure and had some difficulty with it
This PR refactors the wallet to:
We will need to QA carefully as we are removing the stacks UI base CSS but it looks mostly OK:
Kapture.2023-09-05.at.09.43.35.mp4
I updated the
test-app
also and it is missing some stuff inherited from Stacks UI (fonts etc. ) but I believe thats OK for now and we can schedule some improvements there if/when we see fit.Kapture.2023-09-05.at.09.45.25.mp4