alangsto
62d3e95cc8
feat: update learning assistant version ( #1175 )
2023-08-29 15:47:02 -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
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
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
Demid
2a1173584e
fix: make iframe wrapper take all vieport width ( #1094 )
2023-07-31 12:21:56 -04: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
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
David Joy
5997b29cee
fix: logging an error when unit iframe fails to load
...
Right now we log nothing to the logging service when a unit iframe fails to load. The ErrorPage that’s shown isn’t using the ErrorBoundary, so we had no indication that something went wrong. This solves the problem closer to the source where the error originates.
2023-05-16 09:44:29 -04:00
Omar Al-Ithawi
d2de0632cd
feat: add experimental atlas to pull_translations ( #1093 )
...
This is an experimental off-by-defualt feature for moving the translation files ouside the repos.
Run `OPENEDX_ATLAS_PULL=true make translations` to use atlas to pull translations instead of transifex.
Refs: FC-12 OEP-58
2023-05-09 10:03:42 -04:00
Asad Ali
a03ffe2724
fix: fix links under contenttools ( #1096 )
2023-04-26 13:42:16 +05:00
Jenkins
cbdf7ce064
chore(i18n): update translations
2023-04-23 17:09:46 -04:00
Emad Rad
b5321d01e4
feat: Persian Language added to messages ( #989 )
...
feat: fa_IR added to transifex_langs
feat: Persian translations added
Co-authored-by: Leangseu Kim <lkim@edx.org >
Co-authored-by: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com >
2023-04-18 14:03:06 -04:00
Yoiber
6c8ab1a4c9
chore(i18n): add more languages ( #1063 )
...
* chore(i18n): add more languages
* chore(i18n): Pylint fixed
2023-04-18 12:41:30 -04:00
Varsha
01f9d8f50b
feat: fetch exam access token ( #1083 )
...
* feat: fetch exam access token
* build: update frontend lib special exams version
2023-04-17 14:59:05 -04:00
alangsto
d897663b73
feat: upgrade special exams version and add required config values ( #1097 )
2023-04-06 09:55:06 -04:00
Muhammad Adeel Tajamul
2e4eb158f2
feat: added url param to open discussion sidebar ( #1092 )
2023-04-04 13:33:35 +05:00
Jenkins
35b229bd1b
chore(i18n): update translations
2023-04-02 17:09:43 -04:00
Muhammad Adeel Tajamul
4ebd569792
feat: added open/close state of discussion sidebar in local storage ( #1086 )
2023-03-28 15:39:00 +05:00
lunyachek
52235ebc1c
feat: create component to decode params
2023-03-27 14:54:42 -04:00
Jenkins
aa380e8619
chore(i18n): update translations
2023-03-26 17:09:41 -04:00
lunyachek
4cf0c7f4d7
feat: Add border for active tab in course navigation at Live page
2023-03-22 10:36:33 -04:00
Muhammad Adeel Tajamul
39d89bee9e
fix: discussion sidebar loads very slow ( #1081 )
2023-03-13 05:40:23 +05:00
Jenkins
a601e431b2
chore(i18n): update translations
2023-03-12 17:09:40 -04:00
Muhammad Adeel Tajamul
7519bbe28e
fix: copy link for discussion sidebar not working in chrome ( #1079 )
2023-03-10 06:01:24 +05:00
alangsto
4b90dcbfc3
feat: update special exams version ( #1080 )
2023-03-09 10:45:47 -05:00
Adam Stankiewicz
97a1cb4ffc
chore: upgrade @edx/frontend-platform to v3.4.1 ( #1071 )
...
* chore: upgrade @edx/frontend-platform to v3.4.0
* chore: upgrade to frontend-platform v3.4.1
2023-02-28 09:18:28 -05:00
Jenkins
5166bfe056
chore(i18n): update translations
2023-02-26 16:09:40 -05:00
Jenkins
a13e7d7389
chore(i18n): update translations
2023-02-19 16:09:38 -05:00
Isaac Lee
a4ea1b54a4
fix: exams with no due date now display exam type ( #1064 )
...
* fix: exams with no due date now display exam type
2023-02-16 15:16:19 -05:00
Eugene Dyudyunov
cd430ebb5d
fix: first section celebration
...
Fix the first section celebration modal showing logic.
On Nutmeg+ it's shown only after the page reload or after going directly
to the second section from the course home. Going through the course
with the Next/Previous buttons has no effect (which worked on Maple).
Notes:
- the weekly goal has the same showing logic, but I assume that is
correct behavior so no changes are added for it in this commit.
- showing a celebration modal for the first section completion when
going directly to the first unit of the second section seems to be a bug
(reproduces on Maple too)
2023-02-14 16:54:40 -05:00
Jenkins
630d44a8cc
chore(i18n): update translations
2023-02-12 16:09:38 -05:00
Jenkins
894e16ddf0
chore(i18n): update translations
2023-02-05 16:09:37 -05:00
Bilal Qamar
b3d33667d4
Updated frontend-build to v12 ( #962 )
...
* feat: rebase previous frontend-build upgrade
* chore: make welcome message to default to empty
2023-01-30 12:20:07 -05:00