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
add create a reserved area for modal header actions
reposition the close button depending on the presence of header actions
create a rails modalHeader and modalFooter not needed
Considerations:
The header action buttons has a disabled state. This state will not exist on the button group wrapper.
For this approach, we'll add disabled to the buttons in header_actions and remove via js in the team specific domain
Design
Inactive header actions state
Active header actions state
Single header action
The text was updated successfully, but these errors were encountered:
The react version is more straight forward since it already has ModalHeader, but the rails counterpart's header items exist as props on the overall modal, not a modalHeader component. Will need to update rails to align with react and most likely cause a breaking change
Description
create a rails modalHeader and modalFooternot neededConsiderations:
The header action buttons has a disabled state. This state will not exist on the button group wrapper.
For this approach, we'll add
disabled
to the buttons inheader_actions
and remove via js in the team specific domainDesign
Inactive header actions state
Active header actions state
Single header action
The text was updated successfully, but these errors were encountered: