-
Notifications
You must be signed in to change notification settings - Fork 103
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(settings): revamp settings page layout (all subpages) #3261
Conversation
neuodev
commented
Aug 16, 2023
•
edited
Loading
edited
- General
- Blockchain
- Wallet
- Terms of Service Agreement
- Support / Logs
- Level of Complexity
[autoscirpt] Jira Ticket: Settings |
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.
/check
packages/yoroi-extension/app/components/profile/terms-of-use/TermsOfUseText.scss
Outdated
Show resolved
Hide resolved
)} | ||
<Box | ||
sx={{ | ||
width: isRevampLayout ? '506px' : '100%', |
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.
Better use the prop maxWidth
to limit width, if not, will cause horizontal scroll for smaller layouts.
@@ -17,6 +17,7 @@ const RevampButtonCommonProps: Object = { | |||
'&.MuiButton-sizeLarge': { height: '56px' }, | |||
'&.MuiButton-sizeMedium': { padding: '10px', height: '48px' }, | |||
'&.MuiButton-sizeSmall': { padding: '7px', height: '32px' }, | |||
'&.MuiButton-sizeFlat': { padding: '13px 24px', hight: 'unset' }, |
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.
'&.MuiButton-sizeFlat': { padding: '13px 24px', hight: 'unset' }, | |
'&.MuiButton-sizeFlat': { padding: '13px 24px', height: 'unset' }, |
SonarQube Quality Gate 0 Bugs No Coverage information |
…amp-settings-page # Conflicts: # packages/yoroi-extension/app/components/layout/TopBarLayout.js # packages/yoroi-extension/app/containers/profile/TermsOfUsePage.js # packages/yoroi-extension/app/containers/wallet/Receive.js # packages/yoroi-extension/app/containers/wallet/WalletReceivePage.js # packages/yoroi-extension/app/styles/overrides/revamp/Button.js # packages/yoroi-extension/app/styles/overrides/revamp/InputLabel.js
SonarQube Quality Gate 0 Bugs No Coverage information |