Skip to content

Improve performance on toggling left sidebar tabs in Web IDE

Himanshu Kapoor requested to merge 238631-ide-show-hide-file-tree into master

What does this MR do?

Issue: #238631 (closed)

Keep the left sidebar views always alive

Otherwise rendering and destroying the sidebar for large repos (even with repos with as little as 200 files take between 1-3 seconds to switch between sidebar tabs) becomes very expensive.

Screenshots

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 Himanshu Kapoor

Merge request reports