openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 61 forks source link

fix: fixed redirection to learners tab in inContext view #659

Closed ayesha-waris closed 5 months ago

ayesha-waris commented 5 months ago

INF-1224

Description

Fixed the issue of redirection to the learners tab within the inContext view when username is clicked from post details. The username in the inContext view is now simple text.

**Before

https://github.com/openedx/frontend-app-discussions/assets/73840786/90faf5a5-2e2b-416c-b2a6-22ddb8232955

After**

https://github.com/openedx/frontend-app-discussions/assets/73840786/c8c98d0a-ac86-4f15-9a04-f2def9229ac3

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f69b2c1) 92.76% compared to head (60aa2b0) 92.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #659 +/- ## ======================================= Coverage 92.76% 92.76% ======================================= Files 156 156 Lines 3303 3304 +1 Branches 902 903 +1 ======================================= + Hits 3064 3065 +1 Misses 219 219 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.