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:
Andrey Okonetchnikov
2016-10-26 19:51:50 +02:00
committed by Cássio Souza
parent 434f45c97c
commit c3b4fd9013
8 changed files with 181 additions and 158 deletions

View File

@ -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>