-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Allow users to view comments with JS disabled #204
Comments
Added with 19516ea. It will respect a user's preferred comments. Some information is currently missing, which will be added soon with a refactor most likely. |
Thanks @omarroth. Wondering how to use this..do I add |
I noticed clicking view replies doesn't show the reply comments. I'm guessing it's a bug or maybe it's something that will be part of the refactor? |
Replies are normally loaded with JS as well, although hopefully it will be possible to load them initially after a refactor. Whatever the case I will be sure to provide an update here. |
Keeping this closed in favor of #409. |
Currently Invidious uses Javascript to decrease first page load for the
/watch
page. Unfortunately, this means that users cannot view comments if they have Javascript disabled.Likely through a config option, (or if it's possible to redirect users with Javascript disabled) users would be directed to a page that loads everything initially, which will result in higher load time but allow users to view more content on the page without JS.
Originally posted by @Jtasiu in #132 (comment)
The text was updated successfully, but these errors were encountered: