Skip to content

Performance Improvements to Vue MR page

Tim Zallmann requested to merge tz-mr-diff-performance into master

What does this MR do?

It improves the performance by using v-show instead of v-if and it replaces the BS4 tab system with its own switching (cause BS4 is reflowing all the time).

Are there points in the code the reviewer needs to double check?

Check the performance

Why was this MR needed?

🚀

Screenshots (if relevant)

2018-06-28_14-44-46

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #48492 (closed)

Edited by Tim Zallmann

Merge request reports