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
|
|
|
// @flow
|
|
|
|
import React from 'react';
|
|
|
|
import ClaimList from 'component/claimList';
|
|
|
|
import Page from 'component/page';
|
|
|
|
import * as PAGES from 'constants/pages';
|
|
|
|
import { useHistory } from 'react-router-dom';
|
|
|
|
import CollectionEdit from 'component/collectionEdit';
|
|
|
|
import Card from 'component/common/card';
|
2021-06-10 22:06:44 +02:00
|
|
|
import Button from 'component/button';
|
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
|
|
|
import CollectionActions from 'component/collectionActions';
|
|
|
|
import classnames from 'classnames';
|
|
|
|
import ClaimAuthor from 'component/claimAuthor';
|
|
|
|
import FileDescription from 'component/fileDescription';
|
|
|
|
import { COLLECTIONS_CONSTS } from 'lbry-redux';
|
|
|
|
import Icon from 'component/common/icon';
|
|
|
|
import * as ICONS from 'constants/icons';
|
|
|
|
import Spinner from 'component/spinner';
|
|
|
|
|
|
|
|
export const PAGE_VIEW_QUERY = 'view';
|
|
|
|
export const EDIT_PAGE = 'edit';
|
|
|
|
|
|
|
|
type Props = {
|
|
|
|
collectionId: string,
|
|
|
|
uri: string,
|
|
|
|
claim: Claim,
|
|
|
|
title: string,
|
|
|
|
thumbnail: string,
|
|
|
|
collection: Collection,
|
|
|
|
collectionUrls: Array<string>,
|
|
|
|
collectionCount: number,
|
|
|
|
isResolvingCollection: boolean,
|
|
|
|
isMyClaim: boolean,
|
|
|
|
isMyCollection: boolean,
|
|
|
|
claimIsPending: boolean,
|
|
|
|
collectionHasEdits: boolean,
|
2021-06-10 22:06:44 +02:00
|
|
|
deleteCollection: (string, string) => void,
|
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
|
|
|
editCollection: (string, CollectionEditParams) => void,
|
|
|
|
fetchCollectionItems: (string, () => void) => void,
|
|
|
|
resolveUris: (string) => void,
|
|
|
|
user: ?User,
|
|
|
|
};
|
|
|
|
|
|
|
|
export default function CollectionPage(props: Props) {
|
|
|
|
const {
|
|
|
|
collectionId,
|
|
|
|
uri,
|
|
|
|
claim,
|
|
|
|
collection,
|
|
|
|
collectionUrls,
|
|
|
|
collectionCount,
|
|
|
|
collectionHasEdits,
|
|
|
|
claimIsPending,
|
|
|
|
isResolvingCollection,
|
|
|
|
fetchCollectionItems,
|
2021-06-10 22:06:44 +02:00
|
|
|
deleteCollection,
|
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
|
|
|
} = props;
|
|
|
|
|
|
|
|
const {
|
|
|
|
replace,
|
|
|
|
location: { search },
|
|
|
|
} = useHistory();
|
|
|
|
|
|
|
|
const [didTryResolve, setDidTryResolve] = React.useState(false);
|
|
|
|
const [showInfo, setShowInfo] = React.useState(false);
|
|
|
|
const { name, totalItems } = collection || {};
|
|
|
|
const isBuiltin = COLLECTIONS_CONSTS.BUILTIN_LISTS.includes(collectionId);
|
|
|
|
|
|
|
|
const urlParams = new URLSearchParams(search);
|
|
|
|
const editing = urlParams.get(PAGE_VIEW_QUERY) === EDIT_PAGE;
|
|
|
|
|
|
|
|
const urlsReady =
|
|
|
|
collectionUrls && (totalItems === undefined || (totalItems && totalItems === collectionUrls.length));
|
|
|
|
const shouldFetch = !claim && !collection;
|
|
|
|
|
|
|
|
React.useEffect(() => {
|
|
|
|
if (collectionId && !urlsReady && !didTryResolve && shouldFetch) {
|
|
|
|
fetchCollectionItems(collectionId, () => setDidTryResolve(true));
|
|
|
|
}
|
|
|
|
}, [collectionId, urlsReady, didTryResolve, shouldFetch, setDidTryResolve, fetchCollectionItems]);
|
|
|
|
|
|
|
|
const pending = (
|
|
|
|
<div className="help card__title--help">
|
|
|
|
<Spinner type={'small'} />
|
|
|
|
{__('Your publish is being confirmed and will be live soon')}
|
|
|
|
</div>
|
|
|
|
);
|
|
|
|
|
2021-06-10 22:06:44 +02:00
|
|
|
const unpublished = (
|
|
|
|
<Button
|
|
|
|
button="close"
|
|
|
|
icon={ICONS.REFRESH}
|
|
|
|
label={__('Clear Edits')}
|
|
|
|
onClick={() => deleteCollection(collectionId, COLLECTIONS_CONSTS.COL_KEY_EDITED)}
|
|
|
|
/>
|
|
|
|
);
|
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
|
|
|
|
|
|
|
let titleActions;
|
|
|
|
if (collectionHasEdits) {
|
|
|
|
titleActions = unpublished;
|
|
|
|
} else if (claimIsPending) {
|
|
|
|
titleActions = pending;
|
|
|
|
}
|
|
|
|
|
|
|
|
const subTitle = (
|
|
|
|
<div>
|
2021-07-16 21:13:28 +02:00
|
|
|
<span className="collection__subtitle">{collectionCount} items</span>
|
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
|
|
|
{uri && <ClaimAuthor uri={uri} />}
|
|
|
|
</div>
|
|
|
|
);
|
|
|
|
const info = (
|
|
|
|
<Card
|
|
|
|
title={
|
|
|
|
<span>
|
2021-06-18 17:22:44 +02:00
|
|
|
<Icon
|
|
|
|
icon={(collectionId === COLLECTIONS_CONSTS.WATCH_LATER_ID && ICONS.TIME) ||
|
|
|
|
(collectionId === COLLECTIONS_CONSTS.FAVORITES_ID && ICONS.STAR) || ICONS.STACK}
|
|
|
|
className="icon--margin-right" />
|
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
|
|
|
{claim ? claim.value.title || claim.name : collection && collection.name}
|
|
|
|
</span>
|
|
|
|
}
|
|
|
|
titleActions={titleActions}
|
|
|
|
subtitle={subTitle}
|
|
|
|
body={
|
|
|
|
!isBuiltin && (
|
|
|
|
<CollectionActions uri={uri} collectionId={collectionId} setShowInfo={setShowInfo} showInfo={showInfo} />
|
|
|
|
)
|
|
|
|
}
|
|
|
|
actions={
|
|
|
|
showInfo &&
|
|
|
|
uri && (
|
|
|
|
<div className="section">
|
|
|
|
<FileDescription uri={uri} expandOverride />
|
|
|
|
</div>
|
|
|
|
)
|
|
|
|
}
|
|
|
|
/>
|
|
|
|
);
|
|
|
|
|
|
|
|
if (!collection && (isResolvingCollection || !didTryResolve)) {
|
|
|
|
return (
|
|
|
|
<Page>
|
|
|
|
<h2 className="main--empty empty">{__('Loading...')}</h2>
|
|
|
|
</Page>
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!collection && !isResolvingCollection && didTryResolve) {
|
|
|
|
return (
|
|
|
|
<Page>
|
|
|
|
<h2 className="main--empty empty">{__('Nothing here')}</h2>
|
|
|
|
</Page>
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (editing) {
|
|
|
|
return (
|
|
|
|
<Page
|
|
|
|
noFooter
|
|
|
|
noSideNavigation={editing}
|
|
|
|
backout={{
|
|
|
|
title: __('%action% %collection%', { collection: name, action: uri ? __('Editing') : __('Publishing') }),
|
|
|
|
simpleTitle: uri ? __('Editing') : __('Publishing'),
|
|
|
|
}}
|
|
|
|
>
|
|
|
|
<CollectionEdit
|
|
|
|
uri={uri}
|
|
|
|
collectionId={collectionId}
|
|
|
|
onDone={(id) => {
|
|
|
|
replace(`/$/${PAGES.LIST}/${id}`);
|
|
|
|
}}
|
|
|
|
/>
|
|
|
|
</Page>
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (urlsReady) {
|
|
|
|
return (
|
|
|
|
<Page>
|
|
|
|
<div className={classnames('section card-stack')}>
|
|
|
|
{info}
|
|
|
|
<ClaimList uris={collectionUrls} collectionId={collectionId} />
|
|
|
|
</div>
|
|
|
|
</Page>
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|