2018-10-19 22:38:07 +02:00
|
|
|
export const VIEW_ALL = 'view_all';
|
|
|
|
export const VIEW_LATEST_FIRST = 'view_latest_first';
|
|
|
|
|
|
|
|
// Types for unreads
|
2018-03-26 09:31:52 +02:00
|
|
|
export const DOWNLOADING = 'DOWNLOADING';
|
|
|
|
export const DOWNLOADED = 'DOWNLOADED';
|
|
|
|
export const NOTIFY_ONLY = 'NOTIFY_ONLY;';
|
2018-11-21 22:20:55 +01:00
|
|
|
|
|
|
|
// Suggested types
|
|
|
|
export const SUGGESTED_TOP_BID = 'top_bid';
|
|
|
|
export const SUGGESTED_TOP_SUBSCRIBED = 'top_subscribed';
|
|
|
|
export const SUGGESTED_FEATURED = 'featured';
|