-
- Downloads
Add tab wrapper to lazily mount content only once
This change adds a new component that mounts contents inside tabs lazily, without dismoounting them.
parent
12f8692c
No related branches found
No related tags found
This commit is part of merge request !49704. Comments created here will be created in the context of that merge request.
Showing
- app/assets/javascripts/pipeline_editor/components/ui/editor_tab.vue 68 additions, 0 deletions.../javascripts/pipeline_editor/components/ui/editor_tab.vue
- app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue 11 additions, 17 deletions...ssets/javascripts/pipeline_editor/pipeline_editor_app.vue
- spec/frontend/pipeline_editor/components/ui/editor_tab_spec.js 91 additions, 0 deletions...frontend/pipeline_editor/components/ui/editor_tab_spec.js
- spec/frontend/pipeline_editor/pipeline_editor_app_spec.js 35 additions, 22 deletionsspec/frontend/pipeline_editor/pipeline_editor_app_spec.js
Please register or sign in to comment