Channel page redesign #528

Merged
akinwale merged 10 commits from channel-page-redesign into master 2019-05-02 08:07:27 +02:00
akinwale commented 2019-04-29 13:17:51 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2019-05-01 08:34:22 +02:00
neb-b (Migrated from github.com) left a comment

A couple of questions. I also didn't run this, just looked at the code.

A couple of questions. I also didn't run this, just looked at the code.
neb-b (Migrated from github.com) commented 2019-05-01 08:31:28 +02:00

'content' and 'about' should be constants.

'content' and 'about' should be constants.
@ -107,0 +193,4 @@
<View style={channelPageStyle.channelHeader}>
<Text style={channelPageStyle.channelName}>{(title && title.trim().length > 0) ? title : name}</Text>
</View>
neb-b (Migrated from github.com) commented 2019-05-01 08:33:13 +02:00

When would there be no claim? Should this be a loading spinner or something instead of the "No information to display" message?

When would there be no claim? Should this be a loading spinner or something instead of the "No information to display" message?
akinwale (Migrated from github.com) reviewed 2019-05-01 17:24:16 +02:00
@ -107,0 +193,4 @@
<View style={channelPageStyle.channelHeader}>
<Text style={channelPageStyle.channelName}>{(title && title.trim().length > 0) ? title : name}</Text>
</View>
akinwale (Migrated from github.com) commented 2019-05-01 17:24:16 +02:00

The about tab isn't displayed at first, so it doesn't actually show until the user switches to the view. So it may end up not being noticeable. A loading indicator is displayed on the Content tab.

The about tab isn't displayed at first, so it doesn't actually show until the user switches to the view. So it may end up not being noticeable. A loading indicator is displayed on the Content tab.
akinwale (Migrated from github.com) reviewed 2019-05-01 17:24:47 +02:00
akinwale (Migrated from github.com) commented 2019-05-01 17:24:46 +02:00

Agreed.

Agreed.
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#528
No description provided.