Skip to content

Added Form Footer Actions component

Denys Mishunov requested to merge 207463-form-footer-actions-component into master

What does this MR do?

The MR introduces a new functional component for rendering footer actions in Vue form. The component provides three slots that are positioned using flexbox. This is not the user-facing change just yet, hence the ~backstage label.

This is the part of splitting !28600 (merged) into several smaller MRs

Screenshots

The screenshots are from the "full-size" refactoring of Snippet edit form to Vue (that is the primary "consumer" of this MR). However, this MR on its own doesn't provide user-facing change.

Before After
Screenshot_2020-04-14_at_00.48.28 Screenshot_2020-04-14_at_00.46.56

Note: The buttons in the new component look a bit different from the "before" (that is the HAML application). This visual difference is due to the use of <gl-new-button> components in this newly-introduced component and hence is totally justified.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

References #207463 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports