openmrs / openmrs-esm-form-engine-lib

React Form Engine library for O3
Other
10 stars 59 forks source link

(fix) O3-3287: Collapsible Form Pages #395

Closed TrevorAntony closed 3 weeks ago

TrevorAntony commented 4 weeks ago

Requirements

Form pages should be collapsible, just as form sections are.

Summary

This PR ensure Form pages are collapsible just like the sections

Screenshots

Screenshot 2024-09-16 at 16 29 03 Screenshot 2024-09-16 at 16 29 14

Related Issue

https://openmrs.atlassian.net/browse/O3-3287

pirupius commented 3 weeks ago

@TrevorAntony as u make changes to this, please adjust the UI to match the pattern for the sections with the icon being on the far right

TrevorAntony commented 3 weeks ago

@TrevorAntony as u make changes to this, please adjust the UI to match the pattern for the sections with the icon being on the far right

Screenshot 2024-09-19 at 10 38 55

Moved it to the right and added the hover

pirupius commented 3 weeks ago

@TrevorAntony thanks for the good work so far. There seems to be an unnecessary padding/margin that makes the text and arrow not align. Please resolve it.

TrevorAntony commented 3 weeks ago

@TrevorAntony thanks for the good work so far. There seems to be an unnecessary padding/margin that makes the text and arrow not align. Please resolve it.

Thank you. Yes i have seen. Made the styling consistent now

Screenshot 2024-09-19 at 11 05 33