You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request.
Update the implementation for the register, profile and reporting screens to use the padding requirements set out on this issue #2887
Acceptance criteria
The bottom padding for the various screens should match the updated designs listed on this issue
Area path
A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.
Login to the app
Open Navigation bar
Click on Children register
Click on Child profile
Click on Edit profile from menu
Implementation plan (For Engineers)
Set bottom padding for list (LazyColumn) used to render views in profile and measure report screens, as well as the row in the register footer to 80.dp if fab configuration exists in profile / register configuration otherwise default to 32.dp
The UI to be updated are in MeasureReportListScreen, ProfileScreen and the RegisterFooter composable screens
The text was updated successfully, but these errors were encountered:
Describe the feature request.
Update the implementation for the register, profile and reporting screens to use the padding requirements set out on this issue #2887
Acceptance criteria
Area path
A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.
Implementation plan (For Engineers)
80.dp
if fab configuration exists in profile / register configuration otherwise default to32.dp
MeasureReportListScreen
,ProfileScreen
and theRegisterFooter
composable screensThe text was updated successfully, but these errors were encountered: