-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implemented Tvshowid_int page #129
Implemented Tvshowid_int page #129
Conversation
…asonObj, modified and created new decoders
Hrm, I can't get through the tvshow/movie list pages. It shows no movies/tvshows for me. The console log shows that it's receiving data. But |
Hi @razzeee, |
I'm not near a pc to test that in the next 5 days |
http://localhost:8080/#lab/api-browser/VideoLibrary.GetMovies for e.g. returns fine on chorus 2 and it seems to work in the frontend too. while it breaks for elm-chorus. I haven't replicated that for tvshows, but will do soon. |
The poster should be clickable in the overview too |
@razzeee, It should be clickable, like here in this screenshot, I wonder what could be causing it to not work. Also, the image on the right fades in Chrome and other supported browsers except for Mozilla, etc. the mask-image property isn't supported in Mozilla Firefox. I will make the other changes ASAP.
|
We need something that works in firefox, as that should be the browser we target. As it's the only OSS engine. |
Hi @razzeee, In addition, regarding the image fade effect not working in Firefox, I was thinking of fixing UI irregularities and CSS bugs in the end once pages and functionalities have been implemented. It would be great if you could share your thoughts on this. |
First one makes sense. I'm not so sure about the second one, but if you would like that that's fine. But will make it harder for me to test. |
It should not make it hard for you to test as I will make sure to mention the changes I have made and the bugs / irregularities that I have fixed. 🙂
|
Hi @razzeee, |
…scription-label, made UI changes to pages inorder to fix any irregularity due to changes in css
Studio and Cast should also switch order |
…used elm-round for rating
Hi @razzeee, Also, about whether we should use |
We stll need to fix the image sizing then. |
Hi @razzeee, |
Hi @razzeee,
I have created and implemented the
tvshowid_int
page which contains the information about a particulartvShow
. I have worked on its routing, created aSeasonObj
, modified decoders, created new decoders from scratch, and implemented theviewSeason
card for theSeasonObj
. Please let me know if any changes are required.