lbry-desktop/ui/constants/user.js

27 lines
1.2 KiB
JavaScript
Raw Normal View History

wip wip wip - everything but publish, autoplay, and styling collection publishing add channel to collection publish cleanup wip bump clear mass add after success move collection item management controls redirect replace to published collection id bump playlist selector on create bump use new collection add ui element bump wip gitignore add content json wip bump context add to playlist basic collections page style pass wip wip: edits, buttons, styles... change fileAuthor to claimAuthor update, pending bugfixes, delete modal progress, collection header, other bugfixes bump cleaning show page bugfix builtin collection headers no playlists, no grid title wip style tweaks use normal looking claim previews for collection tiles add collection changes style library previews collection menulist for delete/view on library delete modal works for unpublished rearrange collection publish tabs clean up collection publishing and items show on odysee begin collectoin edit header and css renaming better thumbnails bump fix collection publish redirect view collection in menu does something copy and thumbs list previews, pending, context menus, list page enter to add collection, lists page empty state playable lists only, delete feature, bump put fileListDownloaded back better collection titles improve collection claim details fix horiz more icon fix up channel page style, copy, bump refactor preview overlay properties, fix reposts showing as floppydisk add watch later toast, small overlay properties on wunderbar results, fix collection actions buttons bump cleanup cleaning, refactoring bump preview thumb styling, cleanup support discover page lists search sync, bump bump, fix sync more enforce builtin order for now new lists page empty state try to indicate unpublished edits in lists bump fix autoplay and linting consts, fix autoplay bugs fixes cleanup fix, bump lists experimental ui, fixes refactor listIndex out hack in collection fallback thumb bump
2021-02-06 08:03:51 +01:00
export const ID = 'id';
export const LANGUAGE = 'language';
export const GIVEN_NAME = 'given_name';
export const FAMILY_NAME = 'family_name';
export const CREATED_AT = 'created_at';
export const UPDATED_AT = 'updated_at';
export const INVITED_BY_ID = 'invited_by_id';
export const INVITED_AT = 'invited_at';
export const INVITES_REMANING = 'invites_remaining';
export const INVITE_REWARD_CLAIMED = 'invite_reward_claimed';
export const IS_EMAIL_ENABLED = 'is_email_enabled';
export const PUBLISH_ID = 'publish_id';
export const COUNTRY = 'country';
export const IS_ODYSEE_USER = 'is_odysee_user';
export const LOCATION = 'location';
export const YOUTUBE_CHANNELS = 'youtube_channels';
export const PRIMARY_EMAIL = 'primary_email';
export const PASSWORD_SET = 'password_set';
export const LATEST_CLAIMED_EMAIL = 'latest_claimed_email';
export const HAS_VERIFIED_EMAIL = 'has_verified_email';
export const IS_IDENTITY_VERIFIED = 'is_identity_verified';
export const IS_REWARD_APPROVED = 'is_reward_approved';
export const ODYSEE_LIVE_ENABLED = 'odysee_live_enabled';
export const ODYSEE_LIVE_DISABLED = 'odysee_live_disabled';
export const GLOBAL_MOD = 'global_mod';
export const EXPERIMENTAL_UI = 'experimental_ui';