-
Notifications
You must be signed in to change notification settings - Fork 4
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
List View for video channels #6
Comments
The list view should be relatively easy, as I would just have to get the thumbnail and description to display side by side and give it a 100% width. It won't look the same as in the old layout, but should be similar enough.
As stated in the ReadMe, dark mode isn't supported yet as the extension uses hard-coded overwrites. This is being changed in the currently ongoing refactoring, but as I'm mostly just one person and have very limited time, it unfortunately will be a while until this is finished 😕 |
I think what happens with the Find feature is that the page has the full name of the videos loaded, it just doesn't visibly display the full name. So if you enter a word in to the Find box that is in a video name but not visible, the browser will scroll the page to where the highlighted word is but you won't be able to see where on the page the highlighted word is since it's invisible. If your idea gets the full name of the videos visible without mouse hovering over videos than that should fix that. |
Yes, that looks very awesome. |
I'm running v0.2.0 and this... doesn't seem to have been implemented? I'm not sure what the fixed:v0.2 tag is supposed to imply on your github. |
Oops, you're right, I postponed the feature to 0.3 and forgot to adjust the tag 😅 |
In case anyone else is after this feature, Youtube Redux has just now added support for List View: https://old.reddit.com/r/youtube/comments/jvg4mf/youtube_redux_an_extension_i_made_that_scales/ |
Any chance of this getting re-supported (currently not working)? I kinda waited a long time to ask this as I realized there was yet another big set of changes made by Youtube and other stuff would sensibly take priority. |
https://www.youtube.com/user/GameGrumps/videos
https://www.youtube.com/user/JamesNintendoNerd/videos
etc.
The old non-polymer design of Youtube let you display videos in a List view, Polymer only offers the Grid view. Is it feasible to implement the List View? Below is a comparison of List View and Grid View. (Also can anything be done regarding the white seams when using the Dark Theme?)
The text was updated successfully, but these errors were encountered: