-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
LONDON| DONARA BLANC | TV PROJECT SHOW | LEVEL 500 #8
Conversation
✅ Deploy Preview for cyf-donarbl-tv ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Just taking a little look to get your step reviewed! 👋
<option value="">Select a Show</option> | ||
</select> | ||
<div id="episode-controls" style="display: none;"> | ||
<input type="text" id="episode-search" placeholder="Search episodes..." /> |
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.
These inputs do not have associated labels, so this front end does not score 100 on Lighthouse. Please do always associate form controls with labels so your interface can function correctly.
<div class="container"> | ||
<p>© 2024 TV Series Episodes. All rights reserved.</p> | ||
<p>© 2025 TV Series Shows and Episodes. All rights reserved.</p> |
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 think this should be for TV Maze, the copyright.
</article>`; | ||
} | ||
|
||
function renderShows(showsToDisplay) { | ||
const showsGrid = document.getElementById('shows-grid'); |
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.
What are the risks of innerHTML? Why does the prep content not use this strategy?
No description provided.