-
Notifications
You must be signed in to change notification settings - Fork 278
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
Add subtitle search SFC #6727
Add subtitle search SFC #6727
Conversation
DeepCode analyzed this pull request. Click to see more details. |
…d-subtitle-search-sfc # Conflicts: # themes-default/slim/src/components/index.js # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
* show detailed object * show episodes (array of episodes for specific show) * subtitle-search.js (result or manual searched subtitles for specific show)
* Added snapshot.
DeepCode encountered a problem when analyzing this pull request. If you want to retry, create a comment: "Retry Deepcode". |
@sharkykh can you look at this one? |
…d-subtitle-search-sfc # Conflicts: # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
Yes I will do that tomorrow. |
DeepCode encountered a problem when analyzing this pull request. If you want to retry, create a comment: "Retry Deepcode". |
1 similar comment
DeepCode encountered a problem when analyzing this pull request. If you want to retry, create a comment: "Retry Deepcode". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll stick to the code this time (I didn't try to use the component)
I think it looks good for the most part.
I commented on the stuff that I felt were important, mostly because I didn't want you to drown in review comments.
…d-subtitle-search-sfc # Conflicts: # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
@sharkykh can you give this another look? |
(Possibly a better fix for `tablesorter` too)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Felt like I had to split date-fns
to a separate file. vendors.js
is getting really big now...
Dependent on #6726