-
Notifications
You must be signed in to change notification settings - Fork 121
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
Global Extension UI Review #645
Conversation
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.
LGTM! Works really nicely!
storybook/src/components/Colour.tsx
Outdated
description?: string; | ||
}; | ||
|
||
export const Colour = ({ |
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.
Total nitpick, not sure if valid. Does anyone have strong opinion about coding in british-english vs american-english? :D I feel like naming this color
would be more consistent with tailwind
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.
Haha, I think this is an important decision we need to make. Because all the Extension texts are written in British-English, but the libraries, like Tailwind, are in American-English. I'll update the code in order to reflect your comment, @mateuszjasiuk !
3949d1a
to
222faae
Compare
222faae
to
8337ebb
Compare
* feat: adding cheatsheet to Storybook and Panel component * feat: tweaking button sizes and spacements * feat: ui tweaks on setup Start page * feat: adding div props to alert component * feat: reviewing warning panel and start page * feat: creating badge and feedback button components * feat: reducing sizes for seed phrase list * feat: finalizing seed creation review * feat: completing account creation flow review * feat: truncating addresses on confirmation * feat: few components ui review * feat: rolling back bip39 password input * feat: fixing ledger import * feat: fixing ledger forms alignment * feat: opening setup tab if no password is defined * feat: improving connected sites ui * feat: improving approve connections ui * feat: better alignment on signature popups * feat: few more ui tweaks on extension * feat: refactoring the copyTextTo property to make it more generic * fix: removing package-lock.json * feat: renaming colour to color
This PR contains a full UI review in the whole extension, only missing dark / light mode implementation.
Changes were made based on this Figma board