Skip to content
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

Merged
merged 21 commits into from
Oct 7, 2023

Conversation

neuodev
Copy link
Contributor

@neuodev neuodev commented Aug 16, 2023

  • General
  • Blockchain
  • Wallet
  • Terms of Service Agreement
  • Support / Logs
  • Level of Complexity

@neuodev neuodev self-assigned this Aug 16, 2023
@neuodev
Copy link
Contributor Author

neuodev commented Aug 16, 2023

[autoscirpt] Jira Ticket: Settings

Copy link
Contributor Author

@neuodev neuodev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/check

)}
<Box
sx={{
width: isRevampLayout ? '506px' : '100%',
Copy link
Contributor

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' },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'&.MuiButton-sizeFlat': { padding: '13px 24px', hight: 'unset' },
'&.MuiButton-sizeFlat': { padding: '13px 24px', height: 'unset' },

@sonarqube-yoroi
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Base automatically changed from feat/YOEXT-672/revamp-txs-page to develop September 22, 2023 07:38
@vsubhuman vsubhuman marked this pull request as ready for review October 7, 2023 04:28
…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-yoroi
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@vsubhuman vsubhuman merged commit a21d997 into develop Oct 7, 2023
6 of 12 checks passed
@vsubhuman vsubhuman deleted the feat/YOEXT-680/revamp-settings-page branch October 7, 2023 19:58
@vsubhuman vsubhuman added this to the 5.0.0 milestone Oct 7, 2023
@vsubhuman vsubhuman mentioned this pull request Oct 8, 2023
43 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants