Implement channel page with just the first page of results #140

Merged
akinwale merged 2 commits from channel-page into master 2018-05-25 20:52:09 +02:00
akinwale commented 2018-05-25 13:44:58 +02:00 (Migrated from github.com)

This the first step of the channel page implementation. The plan is to create a future PR to handle:

  • fetching claims from subsequent pages and displaying them using infinite scroll until the last page has been reached
  • sorting claims

Most of the fileList component is taken from https://github.com/lbryio/lbry-app/tree/master/src/renderer/component/fileList

This the first step of the channel page implementation. The plan is to create a future PR to handle: - fetching claims from subsequent pages and displaying them using infinite scroll until the last page has been reached - sorting claims Most of the `fileList` component is taken from https://github.com/lbryio/lbry-app/tree/master/src/renderer/component/fileList
skhameneh (Migrated from github.com) reviewed 2018-05-25 13:44:58 +02:00
neb-b (Migrated from github.com) requested changes 2018-05-25 16:39:35 +02:00
neb-b (Migrated from github.com) left a comment

1 minor thing

1 minor thing
neb-b (Migrated from github.com) commented 2018-05-25 16:38:31 +02:00

You could check if you already have the claims and only fetch if they don't exist.

You could check if you already have the claims and only fetch if they don't exist.
akinwale (Migrated from github.com) reviewed 2018-05-25 17:06:11 +02:00
akinwale (Migrated from github.com) commented 2018-05-25 17:06:11 +02:00

Pushed a new commit.

Pushed a new commit.
neb-b (Migrated from github.com) approved these changes 2018-05-25 20:12:32 +02:00
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-android#140
No description provided.