Skip to content

Fixes the sliding problem with startup.css rendering

Tim Zallmann requested to merge tz-fix-startup-css-sliding-animation into master

What does this MR do?

Fixes the sliding animation with startup.css by adding a body class when the page is really rendered (added a timeout of 1000ms).

With this we might also be able to fix the problem on mobile that sidebar is always shown and then hidden. Also we should see if we really should animate the content-wrapper as it is a lot of content that we are moving which is perhaps not that performant

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

Merge request reports