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

Develop #193

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Develop #193

wants to merge 37 commits into from

Conversation

vasyliev-anton
Copy link

Copy link

@DarkMistyRoom DarkMistyRoom left a comment

Choose a reason for hiding this comment

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

Great job!

  • please fix the placeholder
image
  • lead to the top of the page on opening the section(VIDEO)

  • remove query= when it's empty

image

Suggestions for improvement:

  • it would be great to make sliders work smoothly

  • and make the search order-insensitive

image

Copy link

@DarkMistyRoom DarkMistyRoom left a comment

Choose a reason for hiding this comment

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

Great!
Sorry, I didn't mention it in the first review, but:

  • make the search field like in the mockup(close button on the right, inputted text with the same padding as placeholder)
image
  • It would be nice if the photo was a link, just like the title
image

Comment on lines 26 to 31
export type AppThunk<ReturnType = void> = ThunkAction<
ReturnType,
RootState,
unknown,
Action<string>
>;

Choose a reason for hiding this comment

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

Suggested change
export type AppThunk<ReturnType = void> = ThunkAction<
ReturnType,
RootState,
unknown,
Action<string>
>;
export type AppThunk<ReturnType = void> = ThunkAction<
ReturnType,
RootState,
unknown,
Action<string>
>;

Choose a reason for hiding this comment

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

can we avoid unkown here?

Copy link
Author

Choose a reason for hiding this comment

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

Ty :)

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.

2 participants