adeel.tajamul
e4b5dead3c
fix: count displaying in multiple lines
2022-03-01 13:17:54 +05:00
Muhammad Adeel Tajamul
4f0956ec63
Merge pull request #71 from openedx/tnl-9572
...
[TNL-9572] Removed legacy indicator for unread post
2022-02-25 10:23:10 +05:00
Sarina Canelake
0036521c33
Merge DEPR automation workflow
...
Add DEPR workflow automation
2022-02-24 15:22:54 -05:00
adeel.tajamul
ab601d3abb
fix: removed legacy indicator of unread post
2022-02-24 16:54:46 +05:00
Muhammad Adeel Tajamul
b56c420a7e
Merge pull request #67 from openedx/tnl-9570
...
[TNL-9570] Message icon showing in the absense of comments or responses on the post.
2022-02-24 16:05:10 +05:00
adeel.tajamul
d996914009
fix: added check to display message icon
2022-02-24 14:56:42 +05:00
Abdurrahman Asad
ffcc255c8d
Merge pull request #68 from openedx/aasad/TNL-9568
...
fix: display non-breaking space entity properly in post summary
2022-02-24 14:33:42 +05:00
Abdurrahman Asad
06c9d967dd
fix: display non-breaking space entity properly in post summary
2022-02-24 13:05:24 +05:00
Sarina Canelake
35feb686b1
build: add DEPR workflow automation
2022-02-23 14:40:26 -05:00
Kshitij Sobti
44e6d716f0
feat: independent scrolling for posts list and posts ( #64 )
...
Adds independent scrolling for left and right panels.
2022-02-23 12:36:53 +00:00
Kshitij Sobti
df7457a5b5
fix: when making a comment on a response that doesn't have responses ( #63 )
...
Fixes a bug that wouldn't update the UI when making a comment on a response that doesn't have responses.
2022-02-23 12:36:32 +00:00
Keith Grootboom
789d468440
fix: Like count should not display is zero ( #62 )
...
When there are no likes just show the empty like icon.
2022-02-22 11:56:44 +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
5964b15fb9
chore: remove edx header and footer dependency ( #59 )
2022-02-08 19:13:52 +05:00
Awais Ansari
bf46e5665b
fix: remove app header and footer ( #58 )
...
* fix: remove app header and footer
* test: fix fail test cases after removing header and footer
2022-02-08 15:58:31 +05:00
Awais Ansari
9105bf8df3
Merge pull request #57 from openedx/revert-55-aansari/TNL-9509
...
Revert "feat: integrate feeder package"
2022-02-08 13:09:39 +05:00
Awais Ansari
d02a5ef6a6
Revert "feat: integrate feeder package"
2022-02-07 15:06:11 +05:00
Awais Ansari
c462119ff6
Merge pull request #55 from openedx/aansari/TNL-9509
...
feat: integrate feeder package
2022-02-04 19:10:02 +05:00
Awais Ansari
c0f2e305c2
test: add postActionsBar test cases
2022-02-04 18:23:47 +05:00
Awais Ansari
a1b8c69dd6
refactor: remove FEEDER_PROJECT_ID key from env
2022-02-04 14:21:25 +05:00
Awais Ansari
bd4ecfdb5b
test: fix discussions home fail test cases
2022-02-04 01:51:02 +05:00
Awais Ansari
880c061e9f
feat: integrate feeder package
2022-02-03 23:08:24 +05:00
Ahtisham Shahid
0a66e60f37
chore: regenrated package-lock to fix gocd pipeline ( #52 )
2022-01-27 23:49:16 +05:00
Ahtisham Shahid
a82427d0bc
chore: updated frontend-build package to fix gocd build ( #51 )
...
* chore: updated frontend-build package to fix gocd build
2022-01-27 17:54:54 +05:00
Kshitij Sobti
9ba94966f1
feat: delete confirmation dialogs [BD-38] [TNL-9351] ( #49 )
...
Adds delete confirmation dialogs for posts, comments and replies.
2022-01-27 07:18:43 +00:00
Kaustav Banerjee
f210379a39
fix: selecting different post does not clear comments list ( #45 )
2022-01-11 05:52:37 +00:00
Kshitij Sobti
55c37db023
fix: remove discussions from the base path [BD-38] [TNL-9347] ( #47 )
...
* fix: remove discussions from the base path
Remove the discussions prefix from the base path to avoid potential repeat of that
word the path when deployed.
2022-01-07 04:54:36 +00:00
Felipe Trzaskowski
e4b34c2150
fix: Sort and deduplicate comments when loading the next page [BD-38] [TNL-8657] [BB-5007] ( #44 )
...
fix: Sort and deduplicate comments when loading the next page
This fixes the issue with loading the next page of older comments after
posting a new one, which only appended comments to the end, leaving the
newer one behind.
Deduplicating also fixes the related issue, when the new comment would
repeat after paginating to its correct position.
2021-12-30 12:08:07 +00:00
Kshitij Sobti
df455b992e
Merge pull request #41 from edx/kshitij/fix-redirects
...
fix: fixes issues with redirects [BD-38] [TNL-9387]
2021-12-28 11:12:43 +00:00
Kshitij Sobti
2ed5aee9e7
fix: fixes issues with redirects
...
Currently redirecting doesn't preserve query parameters. This change fixes this and fixes all usages of history.push
2021-12-28 16:37:15 +05:30
Kshitij Sobti
ea1031e2bf
Merge pull request #43 from edx/kshitij/fix-topic-search
...
fix: starting a search redirects you to the all posts page [BD-38] [TNL-9336]
2021-12-28 11:04:05 +00:00
Kshitij Sobti
f31d61b55e
Merge pull request #42 from edx/kshitij/fix-thread-counts
...
fix: topic counts were not included in normalised data [BD-38] [TNL-9403]
2021-12-28 11:03:34 +00:00
Kshitij Sobti
9c7be068ac
fix: topic counts were not included in normalised data.
2021-12-10 00:33:05 +05:30
Kshitij Sobti
a6f7187893
fix: starting a search redirects you to the all posts page
2021-12-10 00:23:10 +05:30
Kshitij Sobti
a318bfe517
Merge pull request #38 from edx/kshitij/fix-autosave
...
fix: fix autosaving [BD-38] [TNL-9303]
2021-12-09 06:26:33 +00:00
Kshitij Sobti
4763702bd3
fix: fix autosaving
2021-12-09 11:27:41 +05:30
Kshitij Sobti
0646d717ea
Merge pull request #39 from edx/kshitij/cohort-support
...
feat: Fully implements support for cohorts [BD-38] [TNL-9304]
2021-12-08 13:00:37 +00:00
Kshitij Sobti
b07b4043b0
test: tests
2021-12-06 15:45:14 +05:30
Kshitij Sobti
ceea220d62
feat: Fully implements support for cohorts
...
Uses the discussions settings API to fetch course division configuration and makes the cohort selection dynamic based on if a topic is divided.
2021-12-06 11:15:01 +05:30
Kshitij Sobti
acc466c993
Merge pull request #37 from edx/kshitij/mobile
...
feat: Make UI more responsive to smaller screens and embeds [BD-38] [TNL-8430] [BB-4420]
2021-12-02 12:24:13 +00:00
Kshitij Sobti
e7a0eba5ef
feat: Make UI more responsive to smaller screens and embeds
...
Updates the UX so that on a smaller screen eitherthe topic/post sidebar is displayed or the post view to give each more space.
Also adds support for an in-context view where the header and navigation is replaced with a sidebar-specific header.
2021-11-25 12:38:11 +05:30
Kshitij Sobti
54131fa13f
Merge pull request #36 from edx/kshitij/tnl-8519/breadcrumbs
...
feat: add new breadcrumb bar for navigation course topics [BD-38] [TNL-8519]
2021-11-24 15:03:58 +00:00
Kshitij Sobti
c9cb8dd0e7
feat: Add new breadcrumb navigation
...
Adds the new breadcrumb dropdown-based navigation UI. This allows browsing the category and topic structure using dropdowns.
2021-11-23 14:43:53 +05:30
Kshitij Sobti
95bb0de4c0
Merge pull request #32 from edx/kshitij/topic-link
...
feat: Add topic relation to course structure [BD-38] [TNL-8790]
2021-11-17 03:44:51 +00:00
Kshitij Sobti
7f26f3a6ca
feat: Add topic link to discussion post
...
Refactors the topics code and adds the topic relation box to posts.
2021-11-17 09:11:10 +05:30
Kshitij Sobti
cb09b8c345
Merge pull request #35 from edx/kshitij/anonymous-posting
...
feat: add support for anonymous posting [BD-38] [TNL-9224]
2021-11-16 08:09:23 +00:00
Kshitij Sobti
18d19369a9
feat: add support for anonymous posting
...
Hooks up the configuration API to allow posting threads anonymously.
2021-11-16 10:54:48 +05:30
Kshitij Sobti
6bd7ce929d
Merge pull request #33 from edx/kshitij/post-ui-updates
...
feat: Show cohort info in posts [BD-38] [TNL-8694]
2021-11-09 13:58:29 +00:00
Kshitij Sobti
8b188e05b0
Merge pull request #31 from open-craft/maxim/bb-4842-add-tests-topics-view
...
test: add tests for TopicsView component [BD-38] [TNL-8696] [BB-4842]
2021-11-08 06:21:43 +00:00