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

Fix multiple issues #6075

Merged
merged 7 commits into from
Feb 14, 2025
Merged

Fix multiple issues #6075

merged 7 commits into from
Feb 14, 2025

Conversation

Raheel1258
Copy link
Collaborator

@Raheel1258 Raheel1258 added this to the Sprint 45 milestone Feb 13, 2025
@Raheel1258 Raheel1258 self-assigned this Feb 13, 2025
@@ -105,7 +105,7 @@ const HomeScreenHeader: React.FC<HomeScreenHeaderProps> = ({
color={`${colorMode}.choosePlanHome`}
medium
>
{capitalizeEachWord(title === wallet.more ? common.keeperSettings : title)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

This does not look good, please leave the header with the previous title and gear icon

@@ -118,6 +118,7 @@
"manageUTXO": "manage UTXO",
"manageKeys": "Manage Keys",
"manageKeysDesc": "Securely manage your keys with ease",
"moreOption": "More Option",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please delete

].filter(Boolean);
default:
return [
{ tag: 'Multi-key', color: Colors.mintGreen },
{ tag: getSchemeTag(wallet as Vault), color: Colors.LightMossGreen },
{ tag: 'Multi-key', color: Colors.LabelLight3 },
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's not enough to assign the colors like this, the colors need to be consistent, ie first pill color is the same for all then second is also same for all etc,

@@ -9,7 +9,7 @@ import ToastErrorIcon from 'src/assets/images/toast_error.svg';

import KeysIcon from 'src/assets/images/homeGreenKeyIcon.svg';
import ConciergeIcon from 'src/assets/images/faq-green.svg';
import SettingIcon from 'src/assets/images/settingsGreenIcon.svg';
import SettingIcon from 'src/assets/images/more-green.svg';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Return to the gear icon

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@ben-kaufman ben-kaufman merged commit 35408f6 into sprint Feb 14, 2025
2 of 3 checks passed
@ben-kaufman ben-kaufman deleted the fix/ui-issues-S45 branch February 14, 2025 14:00
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.

2 participants