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: Discussions UI fixes on mobile resolutions #689

Closed Lunyachek closed 3 months ago

Lunyachek commented 3 months ago

Description

Fix user icon shrinkage

Before

Снимок экрана 2024-04-03 в 01 40 06 1

After

Снимок экрана 2024-04-03 в 01 53 42

Fix username overlapping with comment text, in cases when username is too long

Before

Снимок экрана 2024-04-03 в 01 45 22

After

Снимок экрана 2024-04-03 в 01 55 07

Added more space for long username by moving additional post data to the next row

Before

Снимок экрана 2024-04-03 в 01 48 05

After

Снимок экрана 2024-04-03 в 01 50 55

Fix sidebar width on tablet resolutions

On tablet resolutions, the sidebar becomes larger than on desktop. We believe this is illogical and fixed it

https://github.com/openedx/frontend-app-discussions/assets/19806032/3cacab34-76fa-454a-8911-43f68438860c

Before

Снимок экрана 2024-04-03 в 02 04 39

After

Снимок экрана 2024-04-03 в 02 04 54

Merge Checklist

Post-merge Checklist

openedx-webhooks commented 3 months ago

Thanks for the pull request, @Lunyachek! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 92.83%. Comparing base (7db4fde) to head (665d878).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #689 +/- ## ======================================= Coverage 92.83% 92.83% ======================================= Files 158 158 Lines 3307 3307 Branches 899 899 ======================================= Hits 3070 3070 Misses 218 218 Partials 19 19 ```

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

openedx-webhooks commented 3 months ago

@Lunyachek 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.