2020-04-08 10:14:03 -05:00
|
|
|
export const NO_ID_SECTIONS = ['Recent', 'Starred'];
|
2020-04-24 03:08:06 -05:00
|
|
|
// Height of the search result item
|
2021-03-06 02:51:09 -06:00
|
|
|
export const SEARCH_ITEM_HEIGHT = 58;
|
2021-06-08 07:41:06 -05:00
|
|
|
export const SEARCH_ITEM_MARGIN = 8;
|
2021-02-17 06:06:19 -06:00
|
|
|
export const DEFAULT_SORT = { label: 'A\u2013Z', value: 'alpha-asc' };
|
2020-05-12 05:51:00 -05:00
|
|
|
export const SECTION_STORAGE_KEY = 'search.sections';
|
2020-12-20 23:34:50 -06:00
|
|
|
export const GENERAL_FOLDER_ID = 0;
|
2021-09-30 23:20:25 -05:00
|
|
|
export const GENERAL_FOLDER_TITLE = 'General';
|