Muhammad Adeel Tajamul
c30637fcff
fix: load thread if thread data doesnot exist in redux ( #215 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2022-07-22 15:07:32 +05:00
Muhammad Adeel Tajamul
98b97d4125
fix: updated pinned post icon ( #212 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2022-07-22 14:33:22 +05:00
Mehak Nasir
12da372fa0
fix: accessibility fix added for the threads section ( #213 )
2022-07-22 14:22:19 +05:00
Muhammad Adeel Tajamul
c1b0aa0f8c
fix: no results found should be displayed afer api call ( #211 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2022-07-20 17:01:37 +05:00
SaadYousaf
d61045ea32
fix: add learner partial username search functionality to the new search component.
2022-07-18 15:16:14 +05:00
Awais Ansari
67b634d391
fix: Update post content UI according to Figma ( #209 )
...
* fix: Update post content UI according to Figma
* test: update post view test case
2022-07-14 11:57:39 +05:00
Muhammad Adeel Tajamul
bf953354a1
feat: update search in discussions mfe ( #207 )
...
* feat: update search in discussions mfe
* fix: updated code design
* fix: searchbar clear and code refactor
* fix: replaced existing search box
* feat: added search info bar
* fix: resolved failing topics test
* fix: resolved intl issue
* fix: resolved il8n extract check
* fix: labels moved to il8n message files
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
Co-authored-by: Awais Ansari <awais.ansari63@gmail.com >
2022-07-07 14:31:20 +05:00
Awais Ansari
ca1783a2b6
fix: set default value for cohorts dropdown ( #208 )
2022-07-06 17:11:37 +05:00
Awais Ansari
70027d0f49
feat: clickable username in post summery card ( #201 )
...
* feat: clickable post username
* feat: fetch learner posts based on learner name
2022-06-30 18:19:20 +05:00
Kshitij Sobti
dbf6679c9d
feat: Add support for archived topics
...
Topics that belong to deleted sections/subsections/units in a course are considered archived. This commit adds a new UI section for such topics and lists them there.
2022-06-29 08:41:18 +05:30
Awais Ansari
a49f71f717
fix: post editor images and preview images responsiveness ( #206 )
2022-06-27 15:46:32 +05:00
Mehak Nasir
a089235253
fix: load-more button added in place of infinite scroll ( #199 )
...
fix: accessibility issue resolved assigning aria-levels to UI components
fix: learner view loading changes and ui fix
fix: removed unused component
fix: lint fixes
2022-06-24 21:48:14 +05:00
Kshitij Sobti
ae6397ea32
fix: filtering posts in a topic doesn't work when filtered results are empty ( #203 )
...
A list of all posts in a topic is stored in an object for quick lookup. This is used when switching between topics to get the list of posts in that topic. When filters change the list of posts in a topics is updated and this is picked up by the UI. If changing filters when browsing a topic results in an empty result, this would cause the original list of topics for that topic to be retained, causing the filter to simply not apply. This commit fixes that by resetting the post list in that case.
2022-06-24 08:56:08 +00:00
Ahtisham Shahid
5719b5ce39
fix: Reported filter for global admin ( #200 )
...
* fix: Reported filter for global admin
* fix: udpted failing unit tests
* fix: updated failing unit tests
Co-authored-by: AhtishamShahid <ahtishamshahid@A006-00850.local >
2022-06-23 16:42:55 +05:00
Awais Ansari
8aeceb7c09
fix: post content images overflow
2022-06-23 14:44:11 +05:00
Awais Ansari
59187d2217
feat: implement learners area new UI ( #197 )
...
* feat: implement learners area new UI
* fix: learners list UI
* fix: initial learner sort based on role
2022-06-20 16:14:13 +05:00
Mehak Nasir
84148954d0
fix: accessibility issues
2022-06-17 16:44:59 +05:00
Mehak Nasir
945e948d42
style: changes in style for accessibility improvements
2022-06-17 16:43:03 +05:00
Awais Ansari
275dd99b18
fix: post summary card ( #196 )
...
* fix: post summery card
2022-06-16 17:23:45 +05:00
Mehak Nasir
5d342f3898
Revert "fix: post summary card ( #186 )"
...
This reverts commit 478799e728 .
2022-06-13 18:51:08 +05:00
Awais Ansari
478799e728
fix: post summary card ( #186 )
...
* fix: post summery card
* test: fix post link fail test cases
2022-06-13 17:03:22 +05:00
Mehak Nasir
6d591c935c
fix: lint fixes
2022-06-09 23:47:37 +05:00
Mehak Nasir
a2cfbc2b3a
fix: tags added for reported/pinned/read/selected posts
2022-06-09 23:47:37 +05:00
Muhammad Adeel Tajamul
d7392af0f8
Merge pull request #185 from openedx/inf-283
...
fix: show no preview avaiable if preview has image or mathjax
2022-06-09 14:36:30 +05:00
adeel.tajamul
ad51e15409
fix: show no preview avaiable if preview has image or mathjax
2022-06-09 12:23:13 +05:00
adeel.tajamul
ef966a5700
fix: following the post while creating
2022-06-08 11:55:13 +05:00
Mehak Nasir
c2106423c6
style: show preview button css fix in edit mode
2022-06-06 17:07:39 +05:00
Mehak Nasir
b8b01e98e9
fix: mathjax and mathjax inline syntax fix in regexx
2022-06-06 17:07:39 +05:00
Mehak Nasir
57e1811921
fix: syntax support extended for latex
2022-06-04 02:15:11 +05:00
Mehak Nasir
5226cb3552
feat: added preview option for posts/comments/reponses
2022-06-04 00:50:11 +05:00
Awais Ansari
7502006f01
feat: add cohort filter in filter action bar ( #172 )
...
* feat: add cohort filter in the filter action bar
* test: fix posts view fail test cases
* test: add test case for cohort filter
2022-06-01 13:39:33 +05:00
Mehak Nasir
2ea48f6825
Revert build fail ( #179 )
...
* fix: dropped support for better-react-mathjax as it is causing build issues
* fix: mathjax package reverted to avoid build issue
2022-06-01 12:29:18 +05:00
Mehak Nasir
524366a3e9
Revert "Temp PR to check build issue. ( #177 )"
...
This reverts commit 2f88aae6ce .
2022-06-01 11:50:42 +05:00
Mehak Nasir
2f88aae6ce
Temp PR to check build issue. ( #177 )
...
* fix: mathjax syntax support extended
* fix: adding mathjax support
* temp: removed mathjax contex to check build issue
2022-05-31 23:20:33 +05:00
Ahtisham Shahid
8d02ad33af
fix: show reported label in case of reported response ( #173 )
...
* fix: show reported label in case of reported response
* fix: resolved linter issues
Co-authored-by: AhtishamShahid <ahtishamshahid@A006-00850.local >
2022-05-31 13:21:21 +05:00
Mehak Nasir
c80c3b8143
build issue resolution try ( #176 )
...
* fix: mathjax syntax support extended
* fix: adding mathjax support
* test: build fail issue
2022-05-30 18:18:15 +05:00
Mehak Nasir
8fd3ac7bd9
mathjax syntax support ( #175 )
...
* fix: mathjax syntax support extended
* fix: adding mathjax support
2022-05-30 17:02:11 +05:00
Mehak Nasir
8dd19de8a2
Revert "temp: post preview removed temporarily to move fixes on prod"
...
This reverts commit 20b9bba5d8 .
2022-05-30 14:19:34 +05:00
Mehak Nasir
20b9bba5d8
temp: post preview removed temporarily to move fixes on prod
2022-05-27 15:18:23 +05:00
Mehak Nasir
5de4b440be
Revert "fix: mathjax syntax support extended" ( #171 )
...
This reverts commit 2355c2fc37 .
2022-05-27 15:10:58 +05:00
Mehak Nasir
2355c2fc37
fix: mathjax syntax support extended
2022-05-27 11:23:22 +05:00
Muhammad Adeel Tajamul
f6a65f91f5
Merge pull request #162 from openedx/inf-226
...
fix: change votes to likes in search filter
2022-05-26 15:24:13 +05:00
Mehak Nasir
e6bb13d4c3
fix: image rendering fix for those uploaded using legacy experience ( #165 )
2022-05-26 15:22:39 +05:00
Muhammad Adeel Tajamul
8f16f7f2de
Merge pull request #166 from openedx/inf-211-2
...
fix: post summary ui update
2022-05-25 18:55:26 +05:00
adeel.tajamul
3d3d5651fd
fix: post summary ui update
2022-05-25 18:38:16 +05:00
Mehak Nasir
a6577bffcf
feat: added preview option for tinyMCE content ( #164 )
2022-05-24 11:43:11 +05:00
Mehak Nasir
2d1c41b698
Fix: for rendering latex in comments and responses and support for special symbols in TinyMCE ( #160 )
...
* fix: for for rendering latex in comments and responses
* fix: component is seperated for loading html in dom
* feat: added special characters support in tiny-mce
2022-05-23 12:36:10 +05:00
Muhammad Adeel Tajamul
e01d413e47
Merge pull request #161 from openedx/inf-211
...
fix: updated post summary
2022-05-23 12:21:14 +05:00
Awais Ansari
0269c0d81c
fix: mark a post as read in redux when user clicks on a post ( #163 )
...
* fix: mark a post as read in redux
* chore: remove POST_MARK_AS_READ_DELAY env variable
2022-05-20 11:40:10 +05:00
adeel.tajamul
1ed1013f6b
fix: change votes to likes in search filter
2022-05-19 18:07:03 +05:00