Skip to content

Terraform MR widget UI polish

Anna Vovchenko requested to merge terraform-widget-ui-polish into master

What does this MR do and why?

The MR fixes UI issues:

  • updates the color of the small text;
  • fixes the position of the actions button.

Screenshots or screen recordings

Before After
Screenshot_2022-04-07_at_19.10.38 Screenshot_2022-04-07_at_19.05.58

License Compliance Screenshots (screenshots added by @farias-gl as part of review)

Screen_Shot_2022-04-11_at_3.44.09_PM

Screen_Shot_2022-04-11_at_3.44.18_PM

How to set up and validate locally

  1. Enable refactor_mr_widgets_extensions feature flag in rails console - Feature.enable(:refactor_mr_widgets_extensions)
  2. Follow the docs. For the quick start:
    • you can clone the example repository
    • create personal token in settings
    • create a variable TF_VAR_gitlab_access_token with the token

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Review progress:


Related to #358740 (closed)

Edited by Anna Vovchenko

Merge request reports