Commit Graph

86 Commits

Author SHA1 Message Date
Waheed Ahmed
32300db8dd refactor: remove legacy code and move redesign code to src
VAN-670
2021-07-28 16:42:37 +05:00
Waheed Ahmed
e59f11a96e feat: added support for both legacy and new design (#349) 2021-07-27 16:57:14 +05:00
adeelehsan
72d840cbeb password icon issue fixed 2021-07-27 16:57:14 +05:00
Shafqat Farhan
bca81f7e33 VAN-552 - Added space after header container (#348) 2021-07-27 16:57:14 +05:00
adeelehsan
a799ab9f27 ui issues fixed.
VAN-601,607,608,615
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
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
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
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
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
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
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
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
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
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
f116b62057 add did u mean email feature 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
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
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
Zainab Amir
296f4e07ce Fix form padding and margins (#255) 2021-07-27 16:57:14 +05:00
Waheed Ahmed
06281572fe add username suggestions functionality (#253)
Added username suggestions functionality according to redesign.

VAN-52
2021-07-27 16:57:14 +05:00
Zainab Amir
349d67ab96 Redesign login page (#252)
- Updated the form fields on login page to use latest paragon components
- Updated tests (removed snapshot tests)

VAN-406
2021-07-27 16:57:14 +05:00
Zainab Amir
bab2d33cbf Redesign registration page (#241)
- Created a based logistration component that will load login and register
components
- Updated tests
- Updated base component

VAN-405
2021-07-27 16:57:14 +05:00
Mubbshar Anwar
7ad750641a Base component unit test (#242)
* add unit test of base component
2021-07-27 16:57:14 +05:00
Mubbshar Anwar
eaf3f1eba5 redesign base component (#232)
* redesign base component

* rebrand base component

* redesign base component

* rewrite & optimize base component

* redesign base component

* address feedback

Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com>
2021-07-27 16:57:14 +05:00
Zainab Amir
f3721b5db2 Update optional fields to use updated paragon components (#237) 2021-07-27 16:57:14 +05:00
Zainab Amir
07ba88e761 VAN-405: Redesign social auth provider component (#236) 2021-07-27 16:57:14 +05:00
Waheed Ahmed
e1aa5054ab fix: A/B test cookie (#313) 2021-06-04 16:02:37 +05:00
Waheed Ahmed
8aee3408cc fix: welcome page redirection (#309)
* fix: welcome page redirection

Redirect ot finish auth URL if present upon clicking submit or skip
on welcome page.

* Update RedirectLogistration.jsx

nit
2021-06-03 13:00:54 +05:00
Zainab Amir
255d17fb31 Add optimizely progressive profiling 1 experiment (#306) 2021-06-02 16:41:33 +05:00
Mubbshar Anwar
a8eb5916eb Add welcome page (#302)
Add welcome page for A/B testing

VAN-514
2021-06-01 17:46:52 +05:00
Mubbshar Anwar
8fe7f93ac0 Clear input on focus in (#278)
- registration form input fields related error messages clear on focus in.

VAN-464
2021-05-11 12:45:56 +05:00
Waheed Ahmed
4b6ceecace fix select icon issue and some code refactor (#244) 2021-04-13 20:29:37 +05:00
Waheed Ahmed
0758cab290 Revert "fix(deps): update dependency @edx/paragon to v13.17.5" (#243)
* Revert "fix(deps): update dependency @edx/paragon to v13.17.5 (#223)"

This reverts commit 913e839986.

* fix dropdown icon size
2021-04-13 19:07:48 +05:00
renovate[bot]
913e839986 fix(deps): update dependency @edx/paragon to v13.17.5 (#223)
* fix(deps): update dependency @edx/paragon to v13.17.5

* fix tests

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com>
2021-04-12 13:04:57 +05:00
Zainab Amir
3147ad13d8 Update h3 headings to h1 for page semantics (#226) 2021-03-30 11:21:59 +05:00
mubbsharanwar
ef6f752642 autocomplete form input
VAN-383
2021-03-29 12:18:28 +05:00
Waheed Ahmed
5a5798df9c Revert "Add 3:1 contrast to all form text field." (#222) 2021-03-26 21:08:58 +05:00
Adeel Khan
211eb787b4 Add 3:1 contrast to all form text field.
VAN-381
2021-03-25 21:21:51 +05:00
uzairr
c5603fc122 add id attr 2021-03-19 14:59:28 +05:00
Zainab Amir
b5816c1f7b VAN-384: Add accessible names for TPA buttons (#206) 2021-03-18 10:46:32 +05:00