Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified the play not found message with search term #475

Closed
wants to merge 13 commits into from

Conversation

vasantisuthar
Copy link
Contributor

First thing, PLEASE READ THIS: ReactPlay Code Review Checklist

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@vercel
Copy link

vercel bot commented Aug 9, 2022

@vasantisuthar is attempting to deploy a commit to a Personal Account owned by @reactplay on Vercel.

@reactplay first needs to authorize it.

Copy link
Member

@Sachin-chaurasiya Sachin-chaurasiya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment

src/common/playlists/PlayList.jsx Outdated Show resolved Hide resolved
@vercel
Copy link

vercel bot commented Aug 10, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-play ✅ Ready (Inspect) Visit Preview Aug 23, 2022 at 3:33AM (UTC)

@atapas
Copy link
Member

atapas commented Aug 12, 2022

@Sachin-chaurasiya could you please review this one?

src/common/playlists/PlayList.jsx Outdated Show resolved Hide resolved
Copy link
Member

@Sachin-chaurasiya Sachin-chaurasiya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit:

@atapas
Copy link
Member

atapas commented Aug 23, 2022

@vasantisuthar what's pending on this?

vasantisuthar and others added 2 commits August 23, 2022 21:56
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Copy link
Member

@koustov koustov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A very tiny comment

Comment on lines 36 to 39
<p className='page-404-lead'>Play not found
{hasFilterQuery? " for matched filter criteria" : null}
{hasFilterQuery && searchTerm ? " and": null}
{searchTerm ? ` for ${searchTerm}` : null}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A tiny observation,
This is a little complex from the readability front. Can you simplify it? Something like creating a method for doing this job in a more readable way?

@atapas
Copy link
Member

atapas commented Sep 1, 2022

@vasantisuthar What's pending in this?

@vasantisuthar vasantisuthar requested a review from atapas September 4, 2022 18:46
@atapas
Copy link
Member

atapas commented Oct 29, 2022

Closing this PR as No Response for close to a couple of months. Please request to open if still working on it.

@atapas atapas closed this Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants