Skip to content
Snippets Groups Projects

Move search bar to top nav to test usage changes

Merged Tomas Bulva requested to merge 480341-move-search-bar-to-top-nav-to-test-usage-changes into master
1 unresolved thread
Compare and Show latest version
4 files
+ 64
43
Compare changes
  • Side-by-side
  • Inline
Files
4
<script>
import { GlModalDirective, GlTooltipDirective, GlIcon } from '@gitlab/ui';
import { __, sprintf } from '~/locale';
import { __, s__, sprintf } from '~/locale';
import glFeatureFlagsMixin from '~/vue_shared/mixins/gl_feature_flags_mixin';
import SearchModal from './global_search/components/global_search.vue';
import { SEARCH_MODAL_ID } from './global_search/constants';
import { InternalEvents } from '~/tracking';
import { SEARCH_MODAL_ID } from '../constants';
import SearchModal from './global_search.vue';
const trackingMixin = InternalEvents.mixin();
export default {
SEARCH_MODAL_ID,
Loading