Commit 983fe9da authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'leipert-fix-absolute-date-in-mr-widget' into 'master'

Respect absolute date user setting in MR widget

See merge request gitlab-org/gitlab!66045
parents 7a94368b 128be7d9
import { format } from 'timeago.js';
import getStateKey from 'ee_else_ce/vue_merge_request_widget/stores/get_state_key';
import { statusBoxState } from '~/issuable/components/status_box.vue';
import { formatDate } from '../../lib/utils/datetime_utility';
import { formatDate, getTimeago } from '~/lib/utils/datetime_utility';
import { MTWPS_MERGE_STRATEGY, MT_MERGE_STRATEGY, MWPS_MERGE_STRATEGY } from '../constants';
import { stateKey } from './state_maps';
const { format } = getTimeago();
export default class MergeRequestStore {
constructor(data) {
this.sha = data.diff_head_sha;
......
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