Eugene Dyudyunov
7ff00fa830
fix: correct rtl for handouts
2024-03-11 09:53:00 -04:00
Rafay
3b409b0c7a
fix: make progress graph respect course settings ( #1194 )
2024-03-04 13:32:32 -03:00
Syed Ali Abbas Zaidi
b24568f0bd
chore: bump frontend-platform ( #1209 )
open-release/quince.2
open-release/quince.1
2023-10-18 11:13:06 +05:00
renovate[bot]
5604def491
chore(deps): update dependency @edx/frontend-build to v12.9.17
2023-10-04 21:51:00 +00:00
Syed Ali Abbas Zaidi
b788b969c3
feat: upgrade react router to v6 ( #1128 )
...
* feat: upgrade react router to v6
* fix: all test cases affected by react router upgrade
* refactor: fix navigations
* fix: test cases affectewd due to lib-special-exams
* refactor: improve code coverage
2023-10-04 17:34:53 -04:00
Zachary Hancock
b7a3d5640a
fix: special exams version fix ( #1196 )
2023-09-27 13:12:20 -04:00
Zachary Hancock
3a21d8c807
feat: update exams library ( #1188 )
2023-09-25 13:46:29 -04:00
alangsto
81442bebe9
feat: update learning assistant version ( #1195 )
2023-09-21 14:44:58 -04:00
alangsto
168ed1e184
feat: upgrade learning assistant version ( #1187 )
2023-09-18 13:27:57 -04:00
Ben Warzeski
c8e32c3f46
feat: allow override of plugin.modal height ( #1184 )
2023-09-15 10:12:47 -04:00
Bilal Qamar
51dd90741b
feat: update react & react-dom to v17 ( #1127 )
...
* feat: update react & react-dom to v17
* build: update paragon version
* refactor: updated edx packages
* refactor: updated react-unit-test-utils
* build: update lock file
* build: update lock file
* build: update lock file
* build: update lock file
* refactor: bumped frontend-lib-learning-assistant version
---------
Co-authored-by: mashal-m <mashal.malik@arbisoft.com >
2023-09-11 10:53:32 -04:00
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