Skip to content

Use GlFormCheckbox and fix extra padding on Project Settings

Julia Miocene requested to merge project-settings-fixes-jmiocene into master

What does this MR do and why?

  • Replace checkboxes with GlFormCheckbox
  • Remove extra padding

Replace checkboxes with GlFormCheckbox

  1. Go to /flightjs/Flight/edit
  2. Expand Visibility, project features, permissions
  3. See that checkboxes under Additional options are from Pajamas
  4. See further checkbox Disable email notifications is also from Pajamas
Before After
CleanShot_2023-07-24_at_13.03.05_2x CleanShot_2023-07-24_at_13.02.17_2x
CleanShot_2023-07-24_at_13.03.25_2x CleanShot_2023-07-24_at_13.01.53_2x

Remove extra padding

  1. Go to /flightjs/Flight/-/settings/ci_cd
  2. Expand Automatic deployment rollbacks
  3. See Enable automatic rollbacks block with no extra left padding
before after
CleanShot_2023-07-24_at_13.05.23_2x CleanShot_2023-07-24_at_13.05.39_2x

MR acceptance checklist

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

Merge request reports