summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/diff_viewer/constants.js
blob: 6c1840361af29f8fae47457dd4998aea2f1462ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const diffModes = {
  replaced: 'replaced',
  new: 'new',
  deleted: 'deleted',
  renamed: 'renamed',
};

export const imageViewMode = {
  twoup: 'twoup',
  swipe: 'swipe',
  onion: 'onion',
};