Cards typography (#139)
* Fixed some ESLint errors * Better card's design for the editorial process. - Use Card component from react-toolbox - Added "Edit" buttons for cards - Cleaned up CSS and JS Fixes #125 * Better ImageCard and card list view. Fixes #125 * Use collection label instead of name on the CollectionPage
This commit is contained in:
committed by
Cássio Souza
parent
434f45c97c
commit
c3b4fd9013
@ -50,7 +50,7 @@ class DashboardPage extends React.Component {
|
||||
page={page}
|
||||
onPaginate={this.handleLoadMore}
|
||||
>
|
||||
{collection.get('name')}
|
||||
{collection.get('label')}
|
||||
</EntryListing>
|
||||
:
|
||||
<Loader active>{['Loading Entries', 'Caching Entries', 'This might take several minutes']}</Loader>
|
||||
|
Reference in New Issue
Block a user