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

index.js « constants « sidebar « search « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3621138afe40740059ceefe3619e958d89ff1300 (plain)
1
2
3
4
5
6
7
8
9
10
11
export const SCOPE_ISSUES = 'issues';
export const SCOPE_MERGE_REQUESTS = 'merge_requests';

export const NUMBER_FORMATING_OPTIONS = { notation: 'compact', compactDisplay: 'short' };
export const NAV_LINK_DEFAULT_CLASSES = [
  'gl-display-flex',
  'gl-flex-direction-row',
  'gl-flex-wrap-nowrap',
  'gl-justify-content-space-between',
  'gl-text-gray-900',
];