Skip to content

Improve Roadmap today indicator rendering logic

What does this MR do?

This MR updates logic for rendering timeline today indicator in Roadmap (that red vertical bar) such that we don't have to fiddle around with z-index or use JS scroll event listener to toggle its visibility when timeline is scrolled horizontally (i.e. better ~performance while scrolling timeline horizontally).

Screenshot

Before After
image image

Notice how timeline bars now appear on top of indicator, which wouldn't have been possible otherwise.

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 🤖 GitLab Bot 🤖

Merge request reports