Projects Dropdown App Global Constants

This commit is contained in:
kushalpandya 2017-09-04 21:16:30 +05:30
parent 536ce80129
commit 397466521e
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
export const FREQUENT_PROJECTS = {
MAX_COUNT: 20,
LIST_COUNT_DESKTOP: 5,
LIST_COUNT_MOBILE: 3,
ELIGIBLE_FREQUENCY: 3,
};
export const HOUR_IN_MS = 3600000;
export const STORAGE_KEY = 'frequent-projects';