Skip to content
Snippets Groups Projects

Refactor timeline event list

Merged James Rushford requested to merge refactor-timeline-event-list-item into master
All threads resolved!
<script>
import { GlDropdown, GlDropdownItem, GlIcon, GlSafeHtmlDirective, GlSprintf } from '@gitlab/ui';
import {
GlButton,
GlDropdown,
GlDropdownItem,
GlIcon,
GlSafeHtmlDirective,
GlSprintf,
} from '@gitlab/ui';
import { formatDate } from '~/lib/utils/datetime_utility';
import { __ } from '~/locale';
import { getEventIcon } from './utils';
@@ -12,6 +19,7 @@ export default {
timeUTC: __('%{time} UTC'),
},
components: {
GlButton,
GlDropdown,
GlDropdownItem,
GlIcon,
Loading