-
Notifications
You must be signed in to change notification settings - Fork 42
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
ES-659/ES-661: fix truncated icons and popover content #11
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bunsy-0900
changed the title
Draft: ES-659: fix truncated popover content
ES-659: fix truncated icons and popover content
Jan 17, 2024
bunsy-0900
changed the title
ES-659: fix truncated icons and popover content
ES-659/ES-661: fix truncated icons and popover content
Jan 17, 2024
aranaravi
requested changes
Jan 17, 2024
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.
setupResponseInterceptor is not used i guess, can you please remove the import statement
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Aravindhan Alagesan <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Aravindhan Alagesan <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
* config spring security and create endpoint to get csrf token * add unit-test for new endpoint * fix coding style * audit trasaction * fix code smells * resolve comment * remove PropertySource from AuditTransactionRequest.java * add endline in some file * replace url with mosip.api.internal.url in properties file * add auditTransactionHelper to everyendpoint * fix bug * add auditTransactionHelper with GENERATE_CHALLENGE SUCCESS * fix bug with DTO * update test case * resolve comment * rename auditEvent * remove covert request DTO * remove audit transaction * rename some var * add audit transaction in reset password endpoint * move set response time inside try catch --------- Co-authored-by: Mengleang <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Co-authored-by: Sreang Rathanak <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Co-authored-by: Sreang Rathanak <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Co-authored-by: Sreang Rathanak <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
* fix: fix otp verify btn is enabled unexpected * fix: fix unexpected otp verification button enable in reset password Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
* create service controller dto for reset password endpoint * complete multi auth challenge verify * fix unit test * fix unit test * fix unit test * complate unit test * multi-auth challenge verify * fix styling * rename addIdentity res and req DTO to Identity * add switch case in postVerifiedChallenge * create constant for acticated indentity * create controller and service * move reset-password endpoint to SignUpController * resolve conflict with develop commit d136cb4 * Revert "resolve conflict with develop commit d136cb4" This reverts commit 8f482a66292f2bc2e4637280936fa27c33d6d1f6. * resolve test case error after resolve conflict * fix cannot reset password * fix json convert in identity * add unit test on reset password * update route path * add more test case in resetPassword controller * rewrite challenge validator and add handler from id repo service * add end line in lombok.config * resolve config and add more ErrorConstants * remove ignore test case * remove used ErrorConstants * add otp size * update cors and csrf * add test case and add transaction to registered * add sms notification template * send sms notification when successfully reset password * remove check Challenge OTP length * update test case name --------- Co-authored-by: Mengleang <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
* Update inline text and error popup * Update inline text and error popup --------- Co-authored-by: Sreang Rathanak <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: ase-101 <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: ase-101 <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: ase-101 <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
* fix(phone): fix validation message * fix: fix the way to show validation message * fix: disable required to fix the onBlur validation * fix(AccountSetup): fix validation login in the AccountSetup page * fix(UserInfo): fix validation logic of the UserInfo page * fix: disable button on continue * fix(ResetPassword): fix validation logic of the ResetPassword page * fix(validation): fix confirm password validation logic * fix: fix validation message logic * fix: fix button state Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Co-authored-by: Sreang Rathanak <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
…eflecting in signup screen when navigating from login screen to signup screen. (#87) Signed-off-by: GurukiranP <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
…name (#90) Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
…iew (#91) * fix: separate the eye icon from the input * fix: fix validation error input border Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
…th text in mobile responsive (#93) * ES-658: Fix issue where the back arrow in the signup card overlaps with text in mobile responsive * Remove duplicate px Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]> Co-authored-by: Sreang Rathanak <[email protected]> Signed-off-by: Sreang Rathanak <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: ase-101 <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: ase-101 <[email protected]> Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: bunsy-0900 <[email protected]>
Signed-off-by: bunsy-0900 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Mobile: info icon symbol and texts with icon are getting truncated for "Full Name in Khmer" and for "Password" text field in Setup Account screen
Mobile(iphone-7) : info icon is getting disappeared on re-opening the screen from recent apps in account set up screen
Solution
Conditionally render the popup based on the screen size of the device.