33672a789b
make player full screen and prepared for overlay actions small changes cleanup
30 lines
958 B
JavaScript
30 lines
958 B
JavaScript
exports.AUTH = 'signin';
|
|
exports.AUTH_VERIFY = 'verify';
|
|
exports.BACKUP = 'backup';
|
|
exports.CHANNEL = 'channel';
|
|
exports.DISCOVER = 'discover';
|
|
exports.HOME = 'home';
|
|
exports.DOWNLOADED = 'downloaded';
|
|
exports.HELP = 'help';
|
|
exports.LIBRARY = 'library';
|
|
exports.INVITE = 'invite';
|
|
exports.PUBLISH = 'publish';
|
|
exports.PUBLISHED = 'published';
|
|
exports.GET_CREDITS = 'getcredits';
|
|
exports.REPORT = 'report';
|
|
exports.REWARDS = 'rewards';
|
|
exports.SEND = 'send';
|
|
exports.SETTINGS = 'settings';
|
|
exports.SHOW = 'show';
|
|
exports.ACCOUNT = 'account';
|
|
exports.SEARCH = 'search';
|
|
exports.TRANSACTIONS = 'transactions';
|
|
exports.TAGS = 'tags';
|
|
exports.TAGS_FOLLOWING = 'following/tags';
|
|
exports.TAGS_FOLLOWING_MANAGE = 'following/tags/manage';
|
|
exports.CHANNELS_FOLLOWING = 'following/channels';
|
|
exports.CHANNELS_FOLLOWING_MANAGE = 'following/channels/manage';
|
|
exports.WALLET = 'wallet';
|
|
exports.BLOCKED = 'blocked';
|
|
exports.CHANNELS = 'channels';
|
|
exports.EMBED = 'embed';
|