Improve App Responsiveness #152
Labels
Frontend
Frontend Related Issue
Refactor
Code Improvement
UX/UI Change
Highlights changes affecting user experience or interface design
Milestone
Review and update all pages of the application to ensure responsiveness between tablet and desktop resolutions, following the Figma design. The primary focus is on layout adjustments and visual improvements so that the app is user-friendly on all relevant devices (tablet → desktop). Some responsiveness is in place, but each page must be re-checked.
Tasks
General Tasks
px
) with responsive units (%
,rem
,em
) or MUI breakpoints (theme.breakpoints
,sx
).globalTheme
for consistent spacing, typography, and colors—ensuring these scale properly at different breakpoints.sm
,md
,lg
,xl
) to confirm improvements.Page-Specific Tasks
Documents Page
globalTheme
breakpoints (theme.breakpoints
) and MUI components for consistency.Profile Page
sx
or MUI Grid/Stack for column/row responsiveness.Contacts Page
Grid
orTableContainer
with custom breakpoints.globalTheme
across breakpoints.Document Details Page
theme.breakpoints
to ensure no overflow at tablet widths.px
-based styles to the theme or MUI utility classes (sx
prop).Additional MUI Guidance
MUI Grid / Stack
Grid
for 2D layouts (e.g., columns + rows).Stack
for 1D layouts (vertical or horizontal stacking of elements), with responsive gap props.Grid
:GlobalTheme
theme.spacing(2)
) instead of arbitrarypadding: 16px;
.Screenshots and Testing
sm
,md
,lg
,xl
) to confirm the design matches Figma guidelines.xs
(phone) or wide 4K screens for this issue.Notes
xs
(extra small): Below 600pxsm
(small): 600px and abovemd
(medium): 900px and abovelg
(large): 1200px and abovexl
(extra large): 1536px and aboveTeams
andSettings
pages as they are not priorities for the MVP. Auth Pages are also not a priorityDeliverables
sm
,md
,lg
,xl
breakpoints.globalTheme
usage for responsive spacing and typography.The text was updated successfully, but these errors were encountered: