Commit Graph

309 Commits

Author SHA1 Message Date
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
edX Transifex Bot
ee499d4e0e fix(i18n): update translations 2021-03-28 11:23:44 -04:00
Waheed Ahmed
5a5798df9c Revert "Add 3:1 contrast to all form text field." (#222) 2021-03-26 21:08:58 +05:00
renovate[bot]
e1362809bc fix(deps): update dependency react-redux to v7.2.3 (#218)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-26 18:35:30 +05:00
Adeel Ehsan
707e011da5 Merge pull request #221 from edx/van-401/redirect_mfe_to_follow_tpa_hint
redirect MFE to tpa url if tpa_hint
2021-03-26 01:09:04 +05:00
adeelehsan
738fda4622 redirect MFE to tpa url if tpa_hint
is secondary provider

VAN-401
2021-03-26 01:04:55 +05:00
adeel khan
c99caf8c4e Merge pull request #220 from edx/adeel/van_381_fix_textfield_contrast
Add 3:1 contrast to all form text field.
2021-03-25 21:54:09 +05:00
Adeel Khan
211eb787b4 Add 3:1 contrast to all form text field.
VAN-381
2021-03-25 21:21:51 +05:00
Zainab Amir
3fa3f257ba Handle ratelimit error for registration endpoint (#212)
As part of adding ratelimit to registration we need to make sure
MFE works and shows error messages as expected.

VAN-302
2021-03-25 15:43:59 +05:00
Zainab Amir
42cae6860c VAN-380: Add H1 heading to Login Page (#216) 2021-03-24 17:32:22 +05:00
edX Transifex Bot
e2b5c1d894 fix(i18n): update translations 2021-03-21 11:18:40 -04:00
adeel khan
0ff09b1363 Merge pull request #188 from edx/renovate/edx-frontend-component-cookie-policy-banner-2.x
Update dependency @edx/frontend-component-cookie-policy-banner to v2.1.11
2021-03-20 01:56:22 +05:00
Renovate Bot
10edc6445e Update dependency @edx/frontend-component-cookie-policy-banner to v2.1.11 2021-03-19 17:39:14 +00:00
Uzair Rasheed
579edcca62 Merge pull request #210 from edx/van-379/add-skipnav-link
add id attr
2021-03-19 15:04:35 +05:00
uzairr
c5603fc122 add id attr 2021-03-19 14:59:28 +05:00
Waheed Ahmed
beac574c12 Fix enrolment through SSO login/register. (#211)
VAN-415
2021-03-18 19:18:59 +05:00
Zainab Amir
d861facc3e Track total time it takes users to register (#205)
Added a new param to payload in registration page. This tracks
the total time it took user to register.

VAN-413
2021-03-18 12:37:37 +05:00
Zainab Amir
b5816c1f7b VAN-384: Add accessible names for TPA buttons (#206) 2021-03-18 10:46:32 +05:00
adeel khan
d525b94d1e Merge pull request #209 from edx/adeel/van_387_add_aria_invalid_to_fields
Add aria-invalid to fields.
2021-03-18 03:01:24 +05:00
Adeel Khan
b2bd2295b8 Adds aria-invalid to fields.
This would enable screen readers to readout
fields errors to users.

VAN-387
2021-03-18 02:52:25 +05:00
Adeel Ehsan
0a9478e3a6 Merge pull request #208 from edx/aehsan/van-386/inline_links_added_for_tos
Inline links added for tos on register page
2021-03-17 12:00:52 +05:00
adeelehsan
882ae17f84 Inline links added for tos on register page
VAN-386
2021-03-17 11:17:39 +05:00
adeel khan
a66fb299f9 Merge pull request #207 from edx/adeel/van_381_fix_textfield_contrast
Add 3:1 contrast to all form text field.
2021-03-17 01:04:18 +05:00
Adeel Khan
e739c3a9c4 Add 3:1 contrast to all form text field.
VAN-381
2021-03-17 00:56:26 +05:00
edX Transifex Bot
cc3500e0a4 fix(i18n): update translations 2021-03-14 11:18:28 -04:00
Waheed Ahmed
c2d9a9384d Keep the query params intact within the app. (#201)
Currently, if the user lands on one page with course_id and enroll action
params and navigates to another page with the MFE, the query params
are not passed to that other page and resulting in not enrolling into
the course.

Also add these query params into login and register payload.

VAN-415
2021-03-11 20:01:16 +05:00
Waheed Ahmed
daae34dab6 Bug fixes (#198)
Level of education other option key was incorrect and year of birth
field going out of the form.
2021-03-10 00:11:33 +05:00
Zainab Amir
9702fe675e Send social_auth_provider param upon registration (#197)
if current provider is present, then send the social_auth_provider
in the registration payload.

VAN-55
2021-03-09 18:09:55 +05:00
Waheed Ahmed
b365984f9b Change logError into logInfo for 4XX responses. (#196)
VAN-13
2021-03-09 15:59:58 +05:00
Adeel Ehsan
6ef0d88de3 Merge pull request #195 from edx/aehsan/van-353/added_width_for_form_control_class
Added width for inputs fields in form-control class.
2021-03-09 11:10:29 +05:00
adeelehsan
c412737430 Added width for inputs fields in form-control class.
Purpose of adding the fix width is to sync SSO buttons and
inputs fields widths for the screen 600 and above.

VAN-353
2021-03-09 01:56:38 +05:00
Waheed Ahmed
55a0e6255d Log info for 4XX responses. (#193)
Log error only for non 4XX responses.
2021-03-08 19:49:33 +05:00
Zainab Amir
a0a020fc2f update registration failure message (#179) 2021-03-08 16:02:06 +05:00
Zainab Amir
66e6687067 Enable Hotjar for Authn MFE (#180)
Suppressed PII from logistration pages to enable hotjar. Data entered
in forms is by default suppressed by hotjar.

VAN-290
2021-03-08 15:57:31 +05:00