Awais Ansari
59b4366edd
Perf: improved discussions MFE's components re-rendering and loading time ( #485 )
...
* chore: configure WDYR for react profiling
* perf: reduced post content re-rendering
* perf: post content view and it child optimization
* perf: add memoization in post editor
* perf: add memoization in postCommnetsView
* perf: improved endorsed comment view rendering
* perf: improved re-rendering in reply component
* fix: uncomment questionType commentsView
* fix: removed console errors in postContent area
* perf: reduced postType and postId dependancy
* perf: improved re-rendering in discussionHome
* perf: improved re-rendering of postsList and its child components
* perf: improved re-rendering of legacyTopic and learner sidebar
* fix: postFilterBar filter was not updating
* fix: resolve duplicate comment posts issue
* fix: memory leaking issue in comments view
* fix: duplicate topic posts in inContext sidebar
* perf: add lazy loading
* chore: remove WDYR configuration
* fix: alert banner padding
* chore: update package-lock file
2023-05-08 15:14:53 +05:00
Awais Ansari
8e68d3ab60
chore: console react version ( #511 )
2023-05-08 14:53:05 +05:00
Awais Ansari
7ceaea1fc1
chore: enable profiler on production build ( #510 )
2023-05-08 12:28:38 +05:00
Awais Ansari
2bf608655c
chore: enable profiler on production for data collection ( #509 )
2023-05-05 16:42:36 +05:00
Jenkins
59349f48bd
chore(i18n): update translations
2023-04-30 16:26:56 -04:00
Awais Ansari
1eb4c653c5
Revert "[FC-0014] update frontend-platform version to v4.2.0" ( #506 )
2023-04-28 17:36:42 +05:00
Adolfo R. Brandes
7ef4d2dec7
Merge pull request #501 from raccoongang/sagirov/tCRIL_GA-58
...
[FC-0014] update frontend-platform version to v4.2.0
2023-04-27 13:53:35 -03:00
Sagirov Eugeniy
0871217f95
chore: update frontend-platform version to v4.2.0
2023-04-27 13:08:48 +03:00
sundasnoreen12
ee382b70af
fix: action dropdown UI issues ( #500 )
...
* fix: action dropdown UI issues
* refactor: fixed comment sort dropdown issue
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-04-20 17:05:31 +05:00
sundasnoreen12
f1a9922d29
fix: added role for editedby and closedby user ( #498 )
...
* fix: changed the title of new edx provider
* fix: added role for editedby and closedby user
* refactor: added left margin for endorsed time
* refactor: added AlertBar component to avoid duplicate code
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-04-19 15:58:10 +05:00
sundasnoreen12
009417bb57
fix: fixed feedback widget position issue ( #499 )
...
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-04-17 13:04:21 +05:00
Muhammad Adeel Tajamul
f13b34c6c7
fix: updated post actions dropdown design ( #495 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2023-04-07 14:30:54 +05:00
ayesha waris
1ba5b938c4
fix: typeset failed: Cannot read properties of undefined ( #496 )
2023-04-05 17:22:19 +05:00
sundasnoreen12
c1478dbb41
fix: fixed dynamic learner profile issue ( #493 )
...
* fix: fixed dynamic URL issue
* refactor: removed unused selectors
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-04-05 16:21:25 +05:00
sundasnoreen12
5cc5156b2b
test: added test cases of navigation bar ( #487 ) ( #489 )
...
* test: added test cases of navigation bar
* test: added test case for navigation bar api
---------
Co-authored-by: ayesha waris <73840786+ayeshoali@users.noreply.github.com >
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-04-04 16:22:13 +05:00
ayesha waris
8c28d46dce
fix: typeset failed: window.MathJax.typesetClear is not a function ( #494 )
2023-04-04 15:48:42 +05:00
ayesha waris
c16843fd4c
temp: fix tends to resolve increased script error ( #492 )
2023-04-04 12:09:49 +05:00
ayesha waris
1117ed0387
fix: changes empty state image and text to monochrome ( #490 )
2023-04-03 13:51:48 +05:00
Jenkins
242740da23
chore(i18n): update translations
2023-04-02 16:26:50 -04:00
ayesha waris
2013dcf7cb
style: tooltips aligned to the side in topic stats ( #488 )
2023-03-30 14:59:16 +05:00
ayesha waris
3cdf0825b4
fix: removes outline around comment cards ( #487 )
2023-03-29 16:48:59 +05:00
ayesha waris
d0d80a2b17
fix: removes double line between tabs ( #486 )
2023-03-29 15:34:06 +05:00
Ahtisham Shahid
5240d0d5a4
feat: added support for dual feedback forms ( #478 )
...
* feat: added support for dual feedback forms
* fix: resolved linter errors
2023-03-29 14:08:24 +05:00
ayesha waris
b171de291e
fix: lock is used for post close or reopen ( #484 )
2023-03-29 12:57:18 +05:00
ayesha waris
24163d15c0
fix: hover color removed when filter buttons are clicked ( #483 )
2023-03-28 21:00:50 +05:00
ayesha waris
58b6b69cb0
fix: typeset failed: window.MathJax.typesetClear is not a function ( #482 )
2023-03-28 16:30:34 +05:00
ayesha waris
025edf7b66
temp: fix for typeset failed:e.typesetPromise is not a function ( #479 )
2023-03-27 14:56:40 +05:00
sundasnoreen12
1e47d102a3
test: added newly cases to cover codeCov ( #474 )
...
* test: added newly cases to cover codeCov
* test: added new cases of empty posts
* test: added test cases of legacy topics
* refactor: removed extra lines and extra const objects
* test: added test cases for postPreviewpane
* test: added test cases for post comment view api
* refactor: removed extra lines and code
* refactor: fixed issues identified during code review
* refactor: changed description of one test case
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-03-27 14:05:40 +05:00
ayesha waris
39da42ee3f
fix: fix post height and remove overstate from author label ( #472 )
...
* fix: fixed post length according to figma
* fix: remove hoverstate from author label and author icon
* style: adds tooltip in hovercard for endorsemment icon
* test: fix test cases
* test: adds test cases for descreaased coverage
* refactor: updated api call to a method for reusability
* refactor: changed test descriptions
2023-03-22 17:19:15 +05:00
ayesha waris
15aee6a534
temp: fix for resize observer loop limit exceeded ( #477 )
2023-03-22 16:17:14 +05:00
ayesha waris
cd2d67e137
fix: fix typeset failed error ( #475 )
...
* fix: fix typeset failed error
* test: adds test cases for decreased coverage
* test: adds test cases for reply component
2023-03-21 19:17:48 +05:00
Jenkins
c4f861c24f
chore(i18n): update translations
2023-03-19 16:26:48 -04:00
sundasnoreen12
78a85255e4
test: added test cases of learners and post ( #470 )
...
* test: added test cases of learners and post
* refactor: fixed reviewed issues
* refactor: changed data test id names for load more buttons
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-03-16 14:48:00 +05:00
Stanislav
b21048e4e6
fix: Fix for code block formatting on the post preview and published post view ( #450 )
2023-03-14 12:18:33 +05:00
sundasnoreen12
45dea79a87
test: added test cases for learner post view ( #466 )
...
* test: added test cases for learner post view
* refactor: fixed requested changes for code optimization
* refactor: added url change
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-03-13 16:44:46 +05:00
sundasnoreen12
530f2cec82
test: added test cases for learner view ( #465 )
...
* test: added test cases for learner view
* refactor: fixed changes for code optimization
* refactor: added url changes
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
2023-03-13 13:18:09 +05:00
Mashal Malik
91cb347456
refactor: remove unused tranisfex v2 url ( #463 )
2023-03-13 10:41:40 +05:00
Jenkins
04745d6429
chore(i18n): update translations
2023-03-12 16:26:50 -04:00
Muhammad Adeel Tajamul
aad6702339
feat: sort comments based on sort order dropdown ( #468 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2023-03-10 21:38:05 +05:00
Ahtisham Shahid
d39a196cdf
feat: added product tour for response sort ( #462 )
...
* feat: added product tour for response sort
2023-03-10 12:23:13 +05:00
SaadYousaf
7b000f1974
feat: send enableInContextSidebar param to backend to identify source of content for events
2023-03-09 09:02:10 +05:00
sundasnoreen12
627390c4e3
test: added testcases of redux, selector and api ( #459 )
...
* test: added testcases of redux, selector and api
* refactor: fixe recommanded issue and improve code cov
* refactor: added cases for filter statuses
* refactor: updated test description
* refactor: add common method of mock data for learner and post
* refactor: code and moved test utils in learners folder
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com >
Co-authored-by: Awais Ansari <awais.ansari63@gmail.com >
2023-03-08 14:25:54 +05:00
Muhammad Adeel Tajamul
1db94718c8
fix: more actions dropdown was not visible ( #461 )
2023-03-07 06:22:31 +05:00
ayesha waris
24d02350a8
fix: fix topic info for course-wide discussion topics ( #458 )
...
* fix: fix topic info for course-wide discussion topics
* refactor: removed const and used url directly
* test: adds test cases for topic info
* test: updated test cases
2023-03-06 21:10:49 +05:00
Jenkins
f66cdda1b6
chore(i18n): update translations
2023-03-05 15:26:48 -05:00
ayesha waris
07b56e6070
style: add border on focused post ( #460 )
2023-03-03 16:14:52 +05:00
ayesha waris
be1a2ccaab
fix: fixed post coment actions menu accessibilty for keyboard ( #456 )
2023-03-01 21:46:23 +05:00
Sarina Canelake
ed0c73e051
Merge pull request #454 from openedx/repo_checks/ensure_workflows
...
Update standard workflow files.
2023-02-28 09:40:08 -05:00
Feanil Patel
1041b3e45f
build: Updating a missing workflow file add-depr-ticket-to-depr-board.yml.
...
The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
2023-02-28 09:34:03 -05:00
Feanil Patel
493a0610ca
build: Creating a missing workflow file add-remove-label-on-comment.yml.
...
The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
2023-02-28 09:34:03 -05:00