[redesign] downloaded/published/transactions page #1017

Merged
neb-b merged 2 commits from redesign-wip into redesign 2018-02-16 10:53:46 +01:00
neb-b commented 2018-02-14 21:17:33 +01:00 (Migrated from github.com)

What I did:
Strip out some unnecessary logic in the published/downloaded pages and change those to use FileCard
Greatly cleanup the transactions page and improve the table styles based off of nizukas design.

What I will do later:
The published/downloaded pages are not responsive at all. Right now the cards are static width. I will come back to this when I work on app wide media queries.

What I did: Strip out some unnecessary logic in the published/downloaded pages and change those to use FileCard Greatly cleanup the transactions page and improve the table styles based off of nizukas design. What I will do later: The published/downloaded pages are not responsive at all. Right now the cards are static width. I will come back to this when I work on app wide media queries.
neb-b (Migrated from github.com) reviewed 2018-02-15 23:40:54 +01:00
@ -7,3 +7,3 @@
backgroundColor: '#44b098',
minWidth: 800,
minWidth: 950,
minHeight: 600,
neb-b (Migrated from github.com) commented 2018-02-15 23:40:54 +01:00

Upped this to give us some more space. This is similar to Discords min width

Upped this to give us some more space. This is similar to Discords min width
neb-b (Migrated from github.com) reviewed 2018-02-15 23:46:17 +01:00
@ -14,2 +9,3 @@
const { fileInfos, isFetching, navigate } = this.props;
const { fileInfos, navigate } = this.props;
const hasDownloads = fileInfos && fileInfos.length > 0;
neb-b (Migrated from github.com) commented 2018-02-15 23:46:16 +01:00

We fetch this on app startup, no need to fetch them again

We fetch this on app startup, no need to fetch them again
liamcardenas (Migrated from github.com) approved these changes 2018-02-16 10:31:42 +01:00
liamcardenas (Migrated from github.com) left a comment

Looks good, but I couldn't figure out how to get to the downloaded or published page. When I click publish it goes to a blank green screen.

Looks good, but I couldn't figure out how to get to the downloaded or published page. When I click publish it goes to a blank green screen.
neb-b commented 2018-02-16 10:53:32 +01:00 (Migrated from github.com)

This is for your downloads/publishes under "My LBRY". I'm working on the "publish" page next. Currently everything is just commented out, that's why it is a blank screen.

This is for your downloads/publishes under "My LBRY". I'm working on the "publish" page next. Currently everything is just commented out, that's why it is a blank screen.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1017
No description provided.