vladislavkeblysh
899d1fafcd
feat: Profile image on user posts ( #574 )
...
* feat: add env variable to display image
* feat: refactor after review, updated tests
2025-09-25 23:09:37 +05:00
Awais Ansari
2609380bd8
fix: moved feedback widget behind the env variable ( #557 )
...
* feat: remove InformationBanner from Discussion MFE
* fix: moved feedback widget behind the env variable
2023-08-21 14:49:35 +05:00
Awais Ansari
9c1d68a5ad
chore: move feedback banner behin d the DISPLAY_FEEDBACK_BANNER env variable ( #324 )
2022-10-13 20:44:33 +05:00
Mehak Nasir
66f23d07a2
fix: test env loaded
2022-09-19 15:16:02 +05:00
Mehak Nasir
ac6765bbbd
fix: moved feedback form links to edx-internal
2022-09-19 15:16:02 +05:00
Saad Yousaf
799895512c
Revert "Revert "fix: fix discussions MFE Header to LearningHeader""
...
This reverts commit d1dcf20312 .
2022-08-26 18:37:32 +05:00
Saad Yousaf
d1dcf20312
Revert "fix: fix discussions MFE Header to LearningHeader"
...
This reverts commit 5d72cc563e .
2022-08-23 17:02:14 +05:00
SaadYousaf
5d72cc563e
fix: fix discussions MFE Header to LearningHeader
2022-08-23 16:25:29 +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
Awais Ansari
ee3d1c4061
chore: update discussions MEF POST_MARK_AS_READ_DELAY to 0ms ( #159 )
2022-05-17 00:15:05 +05:00
Kshitij Sobti
6bc0065259
feat: use resize postmessage API to send size hints to parent ( #100 )
...
When the post list is resized, send a size hint to the parent window (LMS/Learning MFE) so it can resize the discussions MFE iframe dynamically.
2022-03-30 11:10:42 +00:00
Awais Ansari
bc610e579c
Revert "feat: integrate feedback google form ( #60 )" ( #61 )
...
This reverts commit 54f02377f0 .
2022-02-15 16:21:25 +05:00
Awais Ansari
54f02377f0
feat: integrate feedback google form ( #60 )
...
* feat: integrate google feedback form
* test: fix discussion home fail test cases
2022-02-11 12:40:37 +05:00
Awais Ansari
d02a5ef6a6
Revert "feat: integrate feeder package"
2022-02-07 15:06:11 +05:00
Awais Ansari
a1b8c69dd6
refactor: remove FEEDER_PROJECT_ID key from env
2022-02-04 14:21:25 +05:00
Awais Ansari
880c061e9f
feat: integrate feeder package
2022-02-03 23:08:24 +05:00
Kshitij Sobti
818a49fbf8
feat: Mark posts as read after a delay of 2 seconds
...
This commit adds support for automatically marking a post as read after it's been open for 2 seconds. The delay value is customisable.
2021-09-06 11:43:19 +05:30
Patrick Cockwell
93d10f9280
feat: Add major UI components and functionality
...
This adds a major chunk of UI code to the application covering topic listing,
topic filtering, subtopic browsing, browsing posts by topic, filtering unread
posts, filtering followed posts, sorting posts by recent activity, most activty
and most votes, liking/unliking a post, following/unfollowing a post, listing
comments and replis in a post.
Co-authored-by: Kshitij Sobti <kshitij@sobti.in >
2021-07-12 11:02:48 +05:30
Kshitij Sobti
491f7b7acd
Basic discussions forum framework
...
Adds the basic structure for the Discussions MFE around which future development
will happen.
2020-10-21 23:59:23 +05:30
Kshitij Sobti
56d68e76ad
Initial template setup
2020-09-07 14:44:02 +05:30