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

constants.js « profile « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d3dcd648a867cff0a292066c15446f26d3ac5b4 (plain)
1
2
3
4
5
6
7
8
9
export const CALENDAR_PERIOD_6_MONTHS = 6;
export const CALENDAR_PERIOD_12_MONTHS = 12;
/* computation based on
 * width = (group + 1) * this.daySizeWithSpace + this.getExtraWidthPadding(group);
 * (see activity_calendar.js)
 */
export const OVERVIEW_CALENDAR_BREAKPOINT = 918;

export const SNIPPET_MAX_LIST_COUNT = 20;