Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « diff_viewer « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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',
};