Refactor: Migrate pipelines tabs to gl-tabs

Description

Currently the pipelines page implements pagination using the navigation_tabs.vue component.

Screen_Shot_2021-02-09_at_3.07.51_PM

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

Note: Currently tabs are linked with onChangeTab which is in a Vue mixin: ci_pagination_api_mixin.js

Edited by Miguel Rincon