Michael Roytman
f58d6d6d25
feat: add Segment event for rendering Xpert and bump frontend-lib-learning-assistant version ( #1182 )
...
In order to diagnose low usage rates, we're temporarily adding Segment events for rendering the chat and for closing the call-to-action message. This will help us determine whether Xpert is being successfully rendered and whether Xpert is being ignored by tracking whether learners close the call-to-action message at a high rate.
At a minimum, we expect to remove the Segment event for rendering the Xpert, because this will be a very noisy Segment event. We plan to leave it in for a few days just to accumulate data. We will evaluate whether to keep the call-to-action dismissal Segment event based on the data.
This commit adds the Segment event for rendering the Xpert. This commit also installs version 1.11.1 of frontend-lib-learning-assistant, which introduces a Segment event for for closing the call-to-action message.
2023-09-08 16:11:41 -04:00
alangsto
81a49bd755
feat: grant audit learners access ( #1180 )
2023-09-07 13:47:04 -04:00
Pierre Mailhot
2ae033160f
fix: alert.start.long and alert.start.calendar ( #1173 )
...
They are currently using end, but since we are in the course-start-alert file it should be start instead.
2023-09-07 11:18:35 -04:00
alangsto
32bd3190a6
fix: prevent content tools from displaying over chat sidebar ( #1179 )
2023-08-31 17:09:16 -04:00
Artur Gaspar
645ac2cb5f
fix: toggle notes visibility button state correctly ( #1170 )
2023-08-31 10:36:53 -04:00
Michael Roytman
ee80b24cba
feat: install new version of frontend-lib-learning-assistant to conditionally render toggle elements ( #1178 )
...
This commit installs version 1.9.3 of @edx/frontend-lib-learning-assistant, which includes a UI tweak to conditionally render the Xpert toggle button and action message (call-to-action) only when the Xpert sidebar is closed.
2023-08-30 11:53:23 -04:00
alangsto
ee1d816cc8
feat: update frontend-lib-learning-assistant ( #1177 )
2023-08-30 08:48:22 -04:00
alangsto
e8ac2ffc7e
feat: update frontend-lib-learning-assistant ( #1176 )
2023-08-29 17:01:38 -04:00
alangsto
62d3e95cc8
feat: update learning assistant version ( #1175 )
2023-08-29 15:47:02 -04:00
Michael Roytman
ce6771d7cc
feat: install new version of frontend-lib-learning-assistant to add UI tweaks ( #1174 )
...
This commit installs version 1.8.0 of @edx/frontend-lib-learning-assistant, which includes a various UI tweaks.
2023-08-29 14:08:39 -04:00
alangsto
1dcde821b4
feat: upgrade learning assistant library ( #1172 )
2023-08-28 13:38:19 -04:00
Michael Roytman
694e3ed6d5
feat: install new version of frontend-lib-learning-assistant and add Privacy Policy URL to config ( #1171 )
...
This commit installs version 1.6.0 of @edx/frontend-lib-learning-assistant, which includes a new user disclosure feature. This commit also includes the Privacy Policy URL to the frontend-app-learning config, because the Xpert learning assistant uses this config value in the disclosure.
2023-08-28 10:44:27 -04:00
alangsto
ba843622c2
feat: update version of the learning assistant frontend ( #1168 )
2023-08-24 14:19:19 -04:00
Michael Roytman
2d29827e6b
feat: install Xpert chatbot from frontend-lib-learning-assistant ( #1166 )
...
This commit installs the Xpert chatbot feature from the frontend-lib-learning-assistant repository into the frontend-lib-learning application.
This component is rendered by the Course component. The component is only rendered when a few conditions are satisfied.
2023-08-23 09:14:14 -04:00
sundasnoreen12
2b9b3db5d3
refactor: refactor code by creating 1 instance of header instead of 3 ( #1164 )
...
* refactor: refactor code by creating single instance of header instead of 3
* refactor: refactor courseStatus comparsion code
---------
Co-authored-by: SundasNoreen <sundas.noreen@arbisoft.com >
2023-08-23 14:46:47 +05:00
Awais Ansari
2e90e214b4
fix: should not fetch courseTopics for lti provider ( #1165 )
...
* fix: should not fetch courseTopics for lti provider
* refactor: fetch course topics when provider is edx
2023-08-22 12:44:31 +05:00
alangsto
ea2d7ed839
feat: add config value for chat response url ( #1163 )
2023-08-18 08:52:25 -04:00
Mohamed Akram
5ee61904d5
fix: make nav buttons use links for accessibility ( #1137 )
2023-08-14 13:18:55 -04:00
Zachary Hancock
6232b0cb98
Revert "Revert "feat: update special exams lib ( #1152 )" ( #1154 )" ( #1161 )
...
This reverts commit 1871e491a7 .
The original PR was reverted due to it's deploy coinciding with the app breaking. Turns out it was not the root cause.
2023-08-10 10:30:22 -04:00
Zachary Hancock
09542338a2
feat: rebuild package lock ( #1160 )
...
* feat: rebuild package lock
* feat: update paragon
* test: fix axios/jest incompatibility
2023-08-09 13:29:59 -04:00
renovate[bot]
c3d345e642
chore(deps): update dependency @edx/reactifex to v2.2.0
2023-08-09 04:24:16 +00:00
renovate[bot]
ec2bf60345
chore(deps): update dependency @edx/browserslist-config to v1.2.0
2023-08-09 00:02:00 +00:00
Zachary Hancock
b0c71e5291
fix: error when navigating exam units ( #1157 )
...
* fix: incorrect usage of useEffect callback caused intermittent react errors
2023-08-08 17:34:05 -04:00
renovate[bot]
dcd6847254
fix(deps): update dependency reselect to v4.1.8
2023-08-08 18:41:06 +00:00
renovate[bot]
d2df9241c3
chore(deps): update dependency @edx/frontend-build to v12.9.4
2023-08-08 15:56:08 +00:00
Zachary Hancock
1871e491a7
Revert "feat: update special exams lib ( #1152 )" ( #1154 )
...
This reverts commit 0c49658314 .
2023-08-08 11:23:12 -04:00
renovate[bot]
03543c0af1
fix(deps): update dependency js-cookie to v3.0.5
2023-08-08 14:33:17 +00:00
Zachary Hancock
0c49658314
feat: update special exams lib ( #1152 )
2023-08-08 09:04:58 -04:00
Demid
2a1173584e
fix: make iframe wrapper take all vieport width ( #1094 )
2023-07-31 12:21:56 -04:00
Omar Al-Ithawi
398330fa07
feat: include paragon in atlas pull ( #1145 )
...
This pull request is part of the [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ ) which is sparked by the [Translation Infrastructure update OEP-58](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0058-arch-translations-management.html#specification ).
2023-07-25 11:21:54 -04:00
renovate[bot]
f92fc8c3a5
fix(deps): update dependency @popperjs/core to v2.11.8
2023-07-25 14:01:38 +00:00
renovate[bot]
5e072949d6
chore(deps): update dependency @edx/frontend-build to v12.9.3
2023-07-25 11:25:32 +00:00
Rebecca Graber
2d132f114c
feat: upgrade pact ( #1141 )
...
Upgrade pact to 11
2023-07-17 12:47:29 -04:00
alangsto
c73ef26d8e
feat: add segment event for lti modal launch ( #1140 )
2023-07-13 13:56:25 -04:00
ayesha waris
97ca7fe6aa
fix: sidebar state remains open for all users ( #1139 )
2023-07-13 15:30:16 +05:00
Ben Warzeski
e95a59c6c8
fix: modal hook name for unit iframe modal signal ( #1138 )
2023-07-10 15:26:56 -04:00
Peter Kulko
5f9c441cd2
fix: added Paragon translations ( #1136 )
2023-07-10 14:25:56 -04:00
Ben Warzeski
2e641ac6c9
Bw/unit splitup ( #1134 )
...
* refactor: break Unit component into smaller unit-tested parts
* feat: save scroll position on video fullscreen exit
* chore: remove swap file
2023-07-10 10:29:56 -04:00
alangsto
22937918ab
feat: add component to iframe LTI launch ( #1135 )
2023-07-06 14:57:39 -04:00
ihor-romaniuk
714f5d452c
fix: save scroll position on exit from video xblock fullscreen mode
2023-07-06 08:43:01 -04:00
ayesha waris
8ac9745261
fix: modifies sidebar state such that it remains open ( #1131 )
...
* fix: modifies sidebar state such that it remains open
* refactor: removed localstorage for discussions sideba
2023-06-27 14:05:46 +05:00
Zachary Hancock
340580cb41
chore: update exams lib ( #1130 )
2023-06-22 09:19:43 -04:00
Leangseu Kim
5a99ca5c91
fix: breadcrumb jump nav styling
2023-06-08 09:19:45 -04:00
Ben Warzeski
9943df49e4
feat: allow clipboard write to xblock iframes ( #1117 )
2023-06-06 10:09:33 -04:00
Jenkins
855474d406
chore(i18n): update translations
2023-06-04 17:09:52 -04:00
Ghassan Maslamani
a78496a3f6
fix: sync LMS_BASE_URL for bookmark API if changed
...
This change makes it possible to use the latest LMS_BASE_API
if it was changed because of dynamic config API, which is the
default case of tutor.
This changes closes openedx/wg-build-test-release/issues/270
Fixes that are simlar to this
- gradebook openedx/frontend-app-gradebook/pull/290
- course authoring openedx/frontend-app-course-authoring/pull/389
2023-05-31 15:11:34 +01:00
Jansen Kantor
79b65dadca
fix: gracefully handle 403 responses in tab loading ( #1111 )
2023-05-24 11:38:40 -04:00
Bilal Qamar
fc8f5d43e8
feat: upgraded to node v18, added .nvmrc and updated workflows ( #1084 )
...
* feat: upgraded to node v18, added .nvmrc and updated workflows
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* fix: add workaround in json file
* build: remove jestEnv line from json
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* fix: add workaround in json file
* build: remove jestEnv line from json
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* refactor: updated packages
* refactor: updated jest & fixed failing tests
* refactor: updated lmsPact failing test cases
* refactor: updated frontend-build version
* Merge branch master of github.com:edx/frontend-app-learning into bilalqamar95/node-v18-upgrade
---------
Co-authored-by: mashal-m <mashal.malik@arbisoft.com >
2023-05-23 18:39:34 +05:00
Zachary Hancock
6232f40a74
feat: update special-exams-lib ( #1113 )
2023-05-16 15:08:46 -04:00
David Joy
bc0ff1ce65
chore: bumping frontend-platform version to get userId logging
...
frontend-platform has a new feature to include the userId (if it exists) when logging an error to the logging service. We want that.
2023-05-16 09:44:29 -04:00