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

[INJIMOB-2525]: Fix help button design consistentcy across different screens #1753

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Sairam-g9162
Copy link

@Sairam-g9162 Sairam-g9162 commented Jan 13, 2025

Description

Changed Helpscreen button in keymanagement page and backupandrestore and also changed style in homescreenlayout to fix overlapping of Inji logo with help button

Issue ticket number and link

Example : INJIMOB-2525

Screenshots

Screenshot_2025-01-13-12-43-22-78_fba87592218da393460b8e128d2f49dd
Screenshot_2025-01-13-12-43-36-88_fba87592218da393460b8e128d2f49dd
Screenshot_2025-01-13-12-43-47-47_fba87592218da393460b8e128d2f49dd

…ckupandrestore and also changed style in homescreenlayout to fix overlapping of Inji logo with help button

Signed-off-by: sairam-girirao_infosys <[email protected]>
Signed-off-by: sairam-girirao_infosys <[email protected]>
Copy link
Contributor

@swatigoel swatigoel left a comment

Choose a reason for hiding this comment

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

Check with purple theme once

@@ -213,23 +213,13 @@ const BackupAndRestoreScreen: React.FC<BackupAndRestoreProps> = props => {
source={'BackUp'}
triggerComponent={
<LinearGradient
style={{borderRadius: 8}}
style={{borderRadius: 8, marginRight: 4}}
Copy link
Contributor

Choose a reason for hiding this comment

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

can we extract out this style as theme component. It's being used here as well https://github.com/mosip/inji-wallet/pull/1753/files#diff-f6e082e54712a0498b18f387bd2ed941a62dcd8b8adfd448aaf0ff3083e65211R135

Or having Help as separate icon component to be used everywhere to achieve consistency and to avoid changes at multiple places for any change in future

@abhip2565
Copy link
Contributor

@Sairam-g9162 the help container.. should have a max-min length. As per your ss, it is extending a lot, taking up entire header space for a language.. can we discuss this? cc: @swatigoel
Acc. to my POV, we can have dynamic font sizes. adjustsFontSizeToFit --> can we explore this once..

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