99ab165a8f
Clearer display of takeover amounts Repost from empty search result, from top page, or from claim review changes final touches bump empty comment copy they emptier validation cleanup extra
50 lines
1.8 KiB
JavaScript
50 lines
1.8 KiB
JavaScript
exports.AUTH = 'signup';
|
|
exports.AUTH_SIGNIN = 'signin';
|
|
exports.AUTH_VERIFY = 'verify';
|
|
exports.AUTH_PASSWORD_RESET = 'resetpassword';
|
|
exports.AUTH_PASSWORD_SET = 'reset'; // This is tied to a link in internal-apis - don't change this
|
|
exports.AUTH_WALLET_PASSWORD = 'walletpassword';
|
|
exports.BACKUP = 'backup';
|
|
exports.CHANNEL = 'channel';
|
|
exports.DISCOVER = 'discover';
|
|
exports.HOME = 'home';
|
|
exports.HELP = 'help';
|
|
exports.LIBRARY = 'library';
|
|
exports.INVITE = 'invite';
|
|
exports.DEPRECATED__PUBLISH = 'publish';
|
|
exports.DEPRECATED__PUBLISHED = 'published';
|
|
exports.UPLOAD = 'upload';
|
|
exports.UPLOADS = 'uploads';
|
|
exports.GET_CREDITS = 'getcredits';
|
|
exports.REPORT = 'report';
|
|
exports.REWARDS = 'rewards';
|
|
exports.REWARDS_VERIFY = 'rewards/verify';
|
|
exports.REPOST_NEW = 'repost';
|
|
exports.SEND = 'send';
|
|
exports.SETTINGS = 'settings';
|
|
exports.SETTINGS_NOTIFICATIONS = 'settings/notifications';
|
|
exports.SETTINGS_ADVANCED = 'settings/advanced';
|
|
exports.SHOW = 'show';
|
|
exports.ACCOUNT = 'account';
|
|
exports.SEARCH = 'search';
|
|
exports.TAGS_FOLLOWING = 'tags';
|
|
exports.DEPRECATED__TAGS_FOLLOWING = 'following/tags';
|
|
exports.TAGS_FOLLOWING_MANAGE = 'tags/manage';
|
|
exports.DEPRECATED__TAGS_FOLLOWING_MANAGE = 'tags/following/manage';
|
|
exports.DEPRECATED__CHANNELS_FOLLOWING = 'following/channels';
|
|
exports.CHANNELS_FOLLOWING = 'following';
|
|
exports.DEPRECATED__CHANNELS_FOLLOWING_MANAGE = 'following/channels/manage';
|
|
exports.CHANNELS_FOLLOWING_DISCOVER = 'following/discover';
|
|
exports.WALLET = 'wallet';
|
|
exports.BLOCKED = 'blocked';
|
|
exports.CHANNELS = 'channels';
|
|
exports.EMBED = 'embed';
|
|
exports.TOP = 'top';
|
|
exports.WELCOME = 'welcome';
|
|
exports.CREATOR_DASHBOARD = 'dashboard';
|
|
exports.CHECKOUT = 'checkout';
|
|
exports.CODE_2257 = '2257';
|
|
exports.BUY = 'buy';
|
|
exports.CHANNEL_NEW = 'channel/new';
|
|
exports.NOTIFICATIONS = 'notifications';
|
|
exports.YOUTUBE_SYNC = 'youtube';
|