unified display of channel results #108

Merged
akinwale merged 5 commits from channel-results into master 2020-01-09 17:19:31 +01:00
akinwale commented 2020-01-08 00:45:54 +01:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2020-01-08 00:45:54 +01:00
kauffj (Migrated from github.com) requested changes 2020-01-09 16:12:16 +01:00
kauffj (Migrated from github.com) commented 2020-01-09 16:09:34 +01:00

Random styling should be deterministic based off some specific feature of the item, so that the random value chosen is consistent across different loads, views, orders, etc.

Random styling should be deterministic based off some specific feature of the item, so that the random value chosen is consistent across different loads, views, orders, etc.
kauffj (Migrated from github.com) commented 2020-01-09 16:10:12 +01:00

It may make sense to call this ClaimResultItem now?

It may make sense to call this `ClaimResultItem` now?
kauffj (Migrated from github.com) commented 2020-01-09 16:11:36 +01:00

This looks very similar to fileResultItem and should probably be a shared component

This looks very similar to fileResultItem and should probably be a shared component
akinwale (Migrated from github.com) reviewed 2020-01-09 16:57:33 +01:00
akinwale (Migrated from github.com) commented 2020-01-09 16:57:33 +01:00

Indeed, it does.

Indeed, it does.
akinwale (Migrated from github.com) reviewed 2020-01-09 17:00:31 +01:00
akinwale (Migrated from github.com) commented 2020-01-09 17:00:31 +01:00

For this component, there are certain instances where it's possible to not have its properties set, at which point we can't be deterministic. I suppose I could add some code to check this and base the style on the desired property, if it has been set.

For this component, there are certain instances where it's possible to not have its properties set, at which point we can't be deterministic. I suppose I could add some code to check this and base the style on the desired property, if it has been set.
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-react-native#108
No description provided.