Search ux improvements #1875

Merged
neb-b merged 3 commits from search-ux into master 2018-08-20 20:59:42 +02:00
neb-b commented 2018-08-14 04:37:51 +02:00 (Migrated from github.com)

Depends on https://github.com/lbryio/lbry-redux/pull/67

Changes

Defaulting to search when entering on the url bar
Making the exact url stand out more on the search page.

screen shot 2018-08-15 at 12 11 18 am
Depends on https://github.com/lbryio/lbry-redux/pull/67 ### Changes Defaulting to `search` when entering on the url bar Making the exact url stand out more on the search page. <img width="500" alt="screen shot 2018-08-15 at 12 11 18 am" src="https://user-images.githubusercontent.com/16882830/44131270-d6702d32-a01f-11e8-92f0-953103de28fc.png">
skhameneh commented 2018-08-14 05:46:03 +02:00 (Migrated from github.com)

error An unexpected error occurred: "/home/travis/build/lbryio/lbry-desktop/package.json: Unexpected token < in JSON at position 1754".

Looks like you have some unresolved merge conflicts checked in

```error An unexpected error occurred: "/home/travis/build/lbryio/lbry-desktop/package.json: Unexpected token < in JSON at position 1754".``` Looks like you have some unresolved merge conflicts checked in
skhameneh (Migrated from github.com) approved these changes 2018-08-14 05:47:49 +02:00
skhameneh (Migrated from github.com) left a comment

Resolve the conflicts in package.json and looks good.
This looks nearly identical to code from a past PR of yours I recall reviewing as well

Resolve the conflicts in package.json and looks good. This looks nearly identical to code from a past PR of yours I recall reviewing as well
neb-b commented 2018-08-14 05:50:31 +02:00 (Migrated from github.com)

Sorry @skhameneh this wasn't ready for a review quite yet. And I rebased on the related content branch. Forgot to remove that.

Sorry @skhameneh this wasn't ready for a review quite yet. And I rebased on the related content branch. Forgot to remove that.
neb-b (Migrated from github.com) reviewed 2018-08-14 23:08:17 +02:00
@ -62,7 +55,7 @@ export default class RecommendedContent extends React.PureComponent<Props, State
recommendedContent.length &&
recommendedContent.map(recommendedUri => (
<FileTile
neb-b (Migrated from github.com) commented 2018-08-14 23:08:17 +02:00

Flow had an issue with the destructuring. Not sure why it's ok with this

Flow had an issue with the destructuring. Not sure why it's ok with this
neb-b commented 2018-08-15 06:14:05 +02:00 (Migrated from github.com)

@skhameneh Ready for a review for real this time 🙂

@skhameneh Ready for a review for real this time 🙂
skhameneh (Migrated from github.com) approved these changes 2018-08-20 16:49:44 +02:00
@ -93,4 +94,3 @@
if (claim) {
({ name } = claim);
channel = claim.channel_name;
}
skhameneh (Migrated from github.com) commented 2018-08-20 16:48:15 +02:00

Nice :)

Nice :)
@ -62,7 +55,7 @@ export default class RecommendedContent extends React.PureComponent<Props, State
recommendedContent.length &&
recommendedContent.map(recommendedUri => (
<FileTile
skhameneh (Migrated from github.com) commented 2018-08-20 16:49:12 +02:00

This is much cleaner as well

This is much cleaner as well
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#1875
No description provided.