Skip to content

Make issue list skeletons look more like issues

Simon Knox requested to merge psi-issue-pad-loading into master

What does this MR do?

Adjust skeleton's padding to be the same size as real issues, to reduce the impact of content jumping.

requires vue_issuables_list feature:

echo "Feature.enable(:vue_issuables_list)" | bin/spring rails c                                           

Screenshots

before after
Screen_Recording_2020-06-05_at_12.20.44_pm Screen_Recording_2020-06-05_at_12.30.50_pm

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
Edited by Simon Knox

Merge request reports