Commit Graph

396 Commits

Author SHA1 Message Date
Shafqat Farhan
0efc0446f3 VAN-597 - Apply suggested email in the field and remove error message (#340) 2021-07-27 16:57:14 +05:00
Shafqat Farhan
2be23c1de6 VAN-552 - Adjust medium screen header height (#339) 2021-07-27 16:57:14 +05:00
Zainab Amir
a49364bbb5 fix: update class for legal text (#337)
updated paragon package to the latest version
removed .small from legal text and replaced it with .micro
fixed the spinner to be center aligned on buttons during pending state

VAN-545
2021-07-27 16:57:14 +05:00
Shafqat Farhan
25f60c1813 VAN-553 - Used primary-400 as header background color (#335)
Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com>
2021-07-27 16:57:14 +05:00
Waheed Ahmed
0019a018dc fix: email validation issue on focus (#336) 2021-07-27 16:57:14 +05:00
Shafqat Farhan
6a12e9a56c fix: VAN-528 - Fixed email field's suggestion container design issues (#334)
* VAN-528 - Fixed email field's suggestion container design issues

* VAN-528 - Fixed email field's suggestion container design issues

* VAN-528 - Fixed test

* VAN-528 - removed unused file
2021-07-27 16:57:14 +05:00
Waheed Ahmed
a9da4c6348 fix: email validation and analytic events (#333)
Fixed email validation logic and clear error state on close. Also fixed
analytic events and removed unused components.

VAN-538, VAN-568
2021-07-27 16:57:14 +05:00
Zainab Amir
e80dbf8dc0 refactor: update stateful buttons (#322)
Updated paragon version to use latest stateful buttons that have a default
pending icon.

VAN-497
2021-07-27 16:57:14 +05:00
uzairr
496f3857c0 fix issues in typeahead 2021-07-27 16:57:14 +05:00
Mubbshar Anwar
a68fb310ed fix: Logistration tabs behavior (#331)
Logistration Tabs behavior and styles fix by using Paragon Tab component.

Fixes: VAN-554
2021-07-27 16:57:14 +05:00
Waheed Ahmed
549feaf84c fix: design and country dropdown issues (#330) 2021-07-27 16:57:14 +05:00
uzairr
2ec7ac3f9d Fix typo for Focus In 2021-07-27 16:57:14 +05:00
uzairr
5358538d22 Add searchable dropdown
Add searchable dropdown field to make the UI
complaint with the suggestions.

VAN-498
2021-07-27 16:57:14 +05:00
adeelehsan
1dba96b865 Password show and hide icon replaced with paragon icon
VAN-523
2021-07-27 16:57:14 +05:00
Mubbshar Anwar
096ed7dc1d fix: Login page failure alert message (#324)
Remove bullet points from failure alert messages on Login page.

Fixes: VAN-532
2021-07-27 16:57:14 +05:00
adeelehsan
6e736213ca Alert styling updated.
VAN-499
2021-07-27 16:57:14 +05:00
Shafqat Farhan
98e506e0a4 VAN-476 - Fixed arc issues with safari browser (#323) 2021-07-27 16:57:14 +05:00
Zainab Amir
3c3fd51ef3 fix: reset password redesign bugs (#321) 2021-07-27 16:57:14 +05:00
Waheed Ahmed
76f6190086 fix: logo size (#320) 2021-07-27 16:57:14 +05:00
Mubbshar Anwar
ce5ee8863a fix: Clear error state on focus (#319)
On forgot password page clear email field error state on focus event.
On reset password page clear error state of field only which has focused in.

Fixes: VAN-505
2021-07-27 16:57:14 +05:00
Waheed Ahmed
6d31a65eef fix: welcome page 2021-07-27 16:57:14 +05:00
Waheed Ahmed
3acf84bfc2 fix: rebasing issues with master branch 2021-07-27 16:57:14 +05:00
Mubbshar Anwar
e6ad67c4cd fix: Password validation message (#310)
On registration page check password validation on frontend side first.
If frontend validation succeed then call backend validations.

Fixes: VAN-520
2021-07-27 16:57:14 +05:00
Shafqat Farhan
4f171d2f45 VAN-476 - Fixed base component header arc position (#305)
* VAN-476 - Fixed base component header arc position

* VAN-476 - Fixed base component header arc position for large screens

* VAN-476 - Fixed svg margin issue

* VAN-476 - Fixed svg margin issue

* VAN-476 - Fixed yellow arc overlapping issue
2021-07-27 16:57:14 +05:00
uzairr
7089803e50 update submit button state 2021-07-27 16:57:14 +05:00
Mubbshar Anwar
e1546acb14 Clear field error on focus (#298)
Clear field related error messages for all forms on focus in event

VAN-505
2021-07-27 16:57:14 +05:00
Zainab Amir
92163ac7dc Update reset password page (#303)
* Update reset password page

* add tests

* fix success message
2021-07-27 16:57:14 +05:00
Shafqat Farhan
b16285bb47 VAN-506 - Remove icon in Form validation messages (#300) 2021-07-27 16:57:14 +05:00
uzairr
4108336f40 add edx as a valid service provider 2021-07-27 16:57:14 +05:00
uzairr
e14278fc6a add info mail to config 2021-07-27 16:57:14 +05:00
Shafqat Farhan
b4387fc576 VAN-484 - Adjusted the PasswordField tooltip position and opacity (#293)
* VAN-484 - Adjusted the PasswordField tooltip position and opacity

* VAN-484 - Adjusted the tooltip width for mobile view
2021-07-27 16:57:14 +05:00
uzairr
fa97fe7452 add mailto info link 2021-07-27 16:57:14 +05:00
Shafqat Farhan
b9f97a1dff VAN-408 - Redesign login/register SSO-SAML (#270)
* VAN-408 - Redesign login/register SSO-SAML

* VAN-408 - Moved back button to Logistration component

* update sign-in messages (#272)

* VAN-408 - Added back the third party provider check

* VAN-408 - Updated DISABLE_ENTERPRISE_LOGIN value to empty string by default

* VAN-408 - Updated event tracking for institution login on register and login pages

* VAN-408 - Updated event tracking for institution login on register and login pages

* VAN-408 - Fixed Logistration event name test

* VAN-408 - Merged redesign-master and resolved tpa conflicts

Co-authored-by: Uzair Rasheed <uzairr@yahoo.com>
2021-07-27 16:57:14 +05:00
Mubbshar Anwar
a29360fb66 Redesign tpa hint (#288)
- redesign tpa hint button accourding to new design

VAN-478
2021-07-27 16:57:14 +05:00
adeelehsan
527c714d2b gradient decrease for primary image on large screen 2021-07-27 16:57:14 +05:00
Waheed Ahmed
0c7972a522 fix: clear error state on warning (#286) 2021-07-27 16:57:14 +05:00
Zainab Amir
1819e99dc6 update base component
Currently the base component resets the form when page size
is changed. Moving form to the base component instead of passing it
to layouts fixes the issue.

VAN-461
2021-07-27 16:57:14 +05:00
uzairr
416824929e refactor did you mean validations 2021-07-27 16:57:14 +05:00
uzairr
f116b62057 add did u mean email feature 2021-07-27 16:57:14 +05:00
Mubbshar Anwar
54b044bd8e Scroll to on error message (#279)
Scroll to error message on every submit action of registration page

VAN-478
2021-07-27 16:57:14 +05:00
Uzair Rasheed
7d179e4356 update sign-in messages (#272) 2021-07-27 16:57:14 +05:00
Zainab Amir
9a621327e7 fix: update header and toggle text based on figma designs (#276) 2021-07-27 16:57:14 +05:00
adeelehsan
df38c9e599 Forgot password page redesigned 2021-07-27 16:57:14 +05:00
Waheed Ahmed
70a372eb5b Adjusted username suggestions font size (#269)
Adjusted font sizes and margin according to figma design.

VAN-52
2021-07-27 16:57:14 +05:00
Waheed Ahmed
c12d180bff improve username suggestions experience (#264)
Also refactored some code.

VAN-52
2021-07-27 16:57:14 +05:00
Zainab Amir
a5b5a5e597 handle register page form submission (#262)
- handle empty form submission
- handle validation error messages and registration error messages

VAN-288
2021-07-27 16:57:14 +05:00
Mubbshar Anwar
37f95de1af Login form invalid error message (#265)
- clean login form invalid error message code

VAN-396
2021-07-27 16:57:14 +05:00
Mubbshar Anwar
1f7b81a93b Redesign login error messages (#257)
- generic error message appears on top of the page
- update field related error messages

VAN-396
2021-07-27 16:57:14 +05:00
adeelehsan
f50a60a482 password tooltip design updated
VAN-340
2021-07-27 16:57:14 +05:00
Mubbshar Anwar
bd470f892c Pre papulate country in registration form (#251)
- get country code based on IP address from server
- set country code in country field

VAN-366
2021-07-27 16:57:14 +05:00