Refactor: Migrate pipelines tabs to gl-tabs
Description
Currently the pipelines page implements pagination using the navigation_tabs.vue component.
This component has a few disadvantages:
- jQuery dependency
- Is not kept up to date with Pajamas styles
Proposal
Migrate navigation_tabs.vue to into a component that uses gl-tabs.
Technical Info
Entry points:
-
app/assets/javascripts/pipelines/components/pipelines_list/pipelines.vue- imports:
app/assets/javascripts/vue_shared/components/navigation_tabs.vue
- imports:
Note: Currently tabs are linked with onChangeTab which is in a Vue mixin: ci_pagination_api_mixin.js
Edited by Miguel Rincon
