Skip to content

Issuable widgets: more improvements

Sascha Eggenberger requested to merge widget-fixes into master

What does this MR do and why?

Fixes some more inconsistencies across issuable widgets:

  • h5 title of tasks to use an h3 with h5 styling
  • Anchor position fix
  • Related feature flag widget styling

Screenshots or screen recordings

Before After
tasks_before tasks_after
feature_flag_before feature_flag_after
linked_before linked_after
related_before related_after
tasks_before tasks_after
feature_before feature_after

How to set up and validate locally

  1. Open/Go to an issuable (incident will contain also the «Linked ressources» widget)
  2. Verify the widgets
  3. Feature flags widget:
    1. Create a feature flag: http://gdk.test:3000/flightjs/Flight/-/feature_flags
    2. Assign the issuable to the feature flag (http://gdk.test:3000/flightjs/Flight/-/feature_flags/1/edit)
    3. Check the «Feature flags» widget in the issuable

MR acceptance checklist

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

Edited by Sascha Eggenberger

Merge request reports