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
Zainab Amir
43e0372be5
Make optional fields configurable ( #234 )
...
Making optional fields configurable will help us in enabling and disabling
fields as required.
VAN-405
2021-07-27 16:57:14 +05:00
Waheed Ahmed
acb0f23f0a
temp: added new Optimizely exp/events ( #357 )
...
VAN-504
2021-06-17 14:51:03 +05:00
Waheed Ahmed
40b18a976f
temp: Optimizely experiment ( #352 )
2021-06-16 15:44:22 +05:00
Waheed Ahmed
d6ff06e85c
refactor: change experiment name ( #338 )
...
Changed experiment name to verify conversion rate anomaly noticed during
third test run.
2021-06-14 15:37:39 +05:00
Waheed Ahmed
942b91d9ce
feat: send page event for welcome page ( #328 )
...
Also, added a new optimizely event to capture total registrations.
2021-06-09 14:33:58 +05:00
Waheed Ahmed
a656fc40ac
fix: suppress username on welcome page. ( #316 )
2021-06-07 14:48:21 +05:00
edX Transifex Bot
38da580119
fix(i18n): update translations
2021-06-06 20:20:34 +05:00
Waheed Ahmed
e1aa5054ab
fix: A/B test cookie ( #313 )
2021-06-04 16:02:37 +05:00
Waheed Ahmed
ea51a584e7
feat: set returning user cookie ( #312 )
...
Set returning user cookie to measure exit rate for A/B test.
2021-06-04 15:17:52 +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
Waheed Ahmed
50bb65d4bd
fix: link text size to small on welcome page. ( #308 )
2021-06-02 19:33:09 +05:00
Zainab Amir
d351cc3040
Update optional field event ( #307 )
2021-06-02 18:45:39 +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
edX Transifex Bot
ea02aba94a
fix(i18n): update translations
2021-05-30 20:25:25 +05:00
Waheed Ahmed
0c64fefb65
add CODEOWNERS file ( #295 )
...
Added CODEOWNERS file to tag PRs for review automatically.
2021-05-25 14:18:35 +05:00
edX Transifex Bot
6c92c64987
fix(i18n): update translations
2021-05-25 11:24:47 +05:00
Zainab Amir
be28c9b8d4
Fire optimizely event ( #291 )
2021-05-21 14:43:42 +05:00
Zainab Amir
8175e9b6f4
update optimizely script ( #292 )
2021-05-21 14:37:44 +05:00
Zainab Amir
61b2366f9a
VAN-487: Add optimizely experiment ( #287 )
2021-05-20 12:57:11 +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
b76998a36c
feat: allow survey cookie to be used for login ( #277 )
...
Refactored register survey cookie to be used for login survey as well.
VAN-462
2021-05-10 21:10:43 +05:00
Waheed Ahmed
37c5344066
Set cookie domain. ( #267 )
...
VAN-291
2021-05-04 14:33:03 +05:00
Waheed Ahmed
0c159e24ba
set registration timestamp cookie for survey ( #260 )
...
* set registration timestamp cookie for survey
Removed HJ identify call and added registration timestamp cookie
to trigger survey using GTM.
VAN-291
* fix email validation regex
Current aregex doesn't allow apostrophes, used a coomon regex pattern
for all validators.
VAN-458
2021-04-28 15:01:57 +05:00
Waheed Ahmed
7d45b67d38
fix platform name in terms of service. ( #256 )
2021-04-23 14:31:16 +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
Waheed Ahmed
0cf41d5672
Revert "fix(deps): update font awesome ( #185 )" ( #239 )
...
This reverts commit 0242fffae8 .
2021-04-09 20:37:43 +05:00
Waheed Ahmed
df673e4558
Revert frontend-platform version to 1.8.4. ( #238 )
2021-04-09 20:14:31 +05:00
renovate[bot]
b677cd1b60
fix(deps): update dependency react-loading-skeleton to v2.2.0 ( #190 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-09 17:51:53 +05:00
renovate[bot]
f24e6b4148
chore(deps): update dependency husky to v4.3.8 ( #184 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com >
2021-04-09 16:00:22 +05:00
renovate[bot]
df1d97ea20
chore(deps): update dependency es-check to v5.2.3 ( #183 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-09 15:41:23 +05:00
renovate[bot]
025cefe89b
fix(deps): update dependency @edx/frontend-component-header to v2.2.5 ( #214 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-09 15:29:31 +05:00
renovate[bot]
3474d62271
fix(deps): update dependency @edx/frontend-platform to v1.9.0 ( #200 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com >
2021-04-09 14:33:51 +05:00
renovate[bot]
0242fffae8
fix(deps): update font awesome ( #185 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com >
2021-04-09 12:24:01 +05:00
renovate[bot]
a349e3ad82
fix(deps): update dependency @edx/frontend-component-cookie-policy-banner to v2.1.12 ( #217 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-09 12:17:16 +05:00
renovate[bot]
dfe4159464
chore(deps): update dependency @edx/frontend-build to v5.6.11 ( #182 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-09 11:18:44 +05:00
Waheed Ahmed
96d1be44c2
Fix scroll error for older browsers. ( #235 )
...
Check if scrollBehavior is supported otherwise fallback to two arguments
window.scrollTo(x-coord, y-coord).
VAN-439
2021-04-07 15:28:26 +05:00
Zainab Amir
6a04c744a8
Send user attributes to hotjar ( #233 )
...
Once the user has signed up successfully, send custom
user attribute to hotjar. These can be used to configure hotjar
surveys and other feedback tools.
VAN-291
2021-04-06 16:18:24 +05:00
Adeel Ehsan
5c5dccbc0d
Merge pull request #228 from edx/aehsan/van-401/skip_hinted_login_check_added
...
skip hinted login check added for enterprise SSO
2021-04-02 00:08:38 +05:00
adeelehsan
41a0deea5b
skip hinted login check added for enterprise SSO
2021-04-01 14:59:28 +05:00
Zainab Amir
3147ad13d8
Update h3 headings to h1 for page semantics ( #226 )
2021-03-30 11:21:59 +05:00
Mubbshar Anwar
aae757d7fc
Merge pull request #219 from edx/VAN-383
...
autocomplete form input
2021-03-29 12:36:21 +05:00
mubbsharanwar
ef6f752642
autocomplete form input
...
VAN-383
2021-03-29 12:18:28 +05:00