Skip to content

Preload data before Vue route navigation

Phil Hughes requested to merge ph/vueFilePrefetch into master

What does this MR do?

Preloads the next tree routes data before navigating. This is to save several spinners on the page at one time and also saves the destructive nature of navigating to the next route.

Screenshots

Screen_Recording_2019-11-18_at_09.33.17

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 Phil Hughes

Merge request reports