Commit ccfd81cc authored by Kyle Mann's avatar Kyle Mann Committed by Enrique Alcántara
parent 24b25c6c
<script>
import { mapActions, mapState } from 'vuex';
import {
GlDeprecatedButton,
GlButton,
GlDeprecatedDropdown,
GlDeprecatedDropdownItem,
......@@ -14,7 +13,6 @@ import { SORT_FIELDS, SORT_ORDER } from '../store/modules/list/constants';
export default {
name: 'DependenciesActions',
components: {
GlDeprecatedButton,
GlButton,
GlDeprecatedDropdown,
GlDeprecatedDropdownItem,
......@@ -90,14 +88,14 @@ export default {
</span>
</gl-deprecated-dropdown-item>
</gl-deprecated-dropdown>
<gl-deprecated-button
<gl-button
v-gl-tooltip
:title="__('Sort direction')"
class="flex-grow-0 js-sort-order"
@click="toggleSortOrder"
>
<gl-icon :name="sortOrderIcon" />
</gl-deprecated-button>
</gl-button>
</div>
<gl-button
v-gl-tooltip
......
......@@ -56,17 +56,19 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
<gl-deprecated-button-stub
<gl-button-stub
category="tertiary"
class="flex-grow-0 js-sort-order"
size="md"
icon=""
size="medium"
title="Sort direction"
variant="secondary"
variant="default"
>
<gl-icon-stub
name="sort-lowest"
size="16"
/>
</gl-deprecated-button-stub>
</gl-button-stub>
</div>
<gl-button-stub
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment