fix: account profile page responsive behavior in lower size screen#35348
fix: account profile page responsive behavior in lower size screen#35348ashbunnn wants to merge 50 commits into
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: 2c60617 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
8ea1a1c to
1b8d22d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #35348 +/- ##
===========================================
- Coverage 61.26% 60.38% -0.89%
===========================================
Files 3164 2927 -237
Lines 74757 70334 -4423
Branches 16689 16157 -532
===========================================
- Hits 45801 42468 -3333
+ Misses 25850 24974 -876
+ Partials 3106 2892 -214
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
6d20555 to
1667cc8
Compare
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Proposed changes (including videos or screenshots)
Before :


After :


Issue(s)
#35349
Steps to test or reproduce
Open rocket.chat profile page via mobile browser
Further comments
This pull request addresses the responsive behavior of the account profile page in the Rocket.Chat repository. The changes focus on improving the layout for smaller screens. Specifically, the
AccountProfileForm.tsxfile has been refactored to adjust the layout of the email field and the 'Resend verification email' button using theuseBreakpointshook. This allows theflexDirectionto switch between row and column based on the screen size, enhancing the form's responsiveness. Additionally, flexbox properties with a gap are used for better spacing. In theAccountProfilePage.tsxfile, responsive design improvements are made by introducing breakpoint detection and grouping buttons vertically on mobile devices. These changes aim to enhance the user experience on lower size screens.