Skip to content

Conversation

@LordKriegan
Copy link

Hi! I wasn't able to test it because I am not that well versed in python. I am fairly certain I installed all the right packages but after running the server, attempting to access the page was met with Error 10061 connecting to localhost:6379. No connection could be made because the target machine actively refused it.

That being said, it is purely a frontend change and I am fairly certain this should work. The exact function does work when I use it with tampermonkey, so the logic of the JS is sound. Only question is whether I properly edited your html template :)

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

<tbody>
{% for row in table_content %}
<tr class="episode {{ series_map[row.series].id }}">
<td><input type='checkbox' data-episodeId="{{ row.series }} {{ row.episode_id }}" onclick="(event) => bookmarkEpisode(event)"/></td>
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

👏 You fixed the issue(s)! Great work.

Signed-off-by: Qamar Stationwala <[email protected]>
Signed-off-by: Qamar Stationwala <[email protected]>
@LordKriegan
Copy link
Author

@AceFire6 got time to check out this PR?

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.

1 participant