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
AsadAzam
b2f5bd8305
Merge pull request #109 from openedx/kshitij/tnl-9673/archived-topics
...
feat: Add support for archived topics [BD-38] [TNL-9673]
2022-06-29 18:24:56 +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
Mehak Nasir
b0249539d8
chore: update dep frontend-build
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
b9cb2f3e2e
fix: ignored lint fix
2022-06-13 21:29:20 +05:00
Mehak Nasir
c352030fad
chore: upgraded frontend build version
2022-06-13 21:29:20 +05:00
Mehak Nasir
34071b1c69
chore: build fix revert package file
2022-06-13 21:29:20 +05:00
Mehak Nasir
5d342f3898
Revert "fix: post summary card ( #186 )"
...
This reverts commit 478799e728 .
2022-06-13 18:51:08 +05:00
Mehak Nasir
40572e1363
Revert "chore: generate new package-lock ( #190 )"
...
This reverts commit 9cd06ce426 .
2022-06-13 18:43:18 +05:00
Awais Ansari
9cd06ce426
chore: generate new package-lock ( #190 )
2022-06-13 18:06:32 +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
5e5c286392
chore: package lock issue fix attempt
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
Muhammad Adeel Tajamul
c16206111a
Merge pull request #184 from openedx/inf-167
...
fix: following the post while creating
2022-06-09 10:54:51 +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
245f8a0f3d
fix: browser support config updated
2022-06-04 01:48:35 +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
759974c503
Revert "fix: lockfile regenerated to fix build issue ( #169 )" ( #170 )
...
This reverts commit fef9790930 .
2022-05-27 15:05:25 +05:00
Mehak Nasir
fef9790930
fix: lockfile regenerated to fix build issue ( #169 )
2022-05-27 14:58:30 +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