-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[WIP] Overhaul of Invidious UI #2059
Conversation
This commit changes the way search filters are parsed. Instead of directly appending the data into the search query and creating k:v pairs, all of the search filters are now a URL parameter. This results in a clear look overall and hides much of the logic from the end user. Closes iv-org#1969
This is to allow for contents to be placed on the channel banner itself; something that is required for the links widget shown on Youtube.
Wrap download widget around details box Remove ability to disable dl on only certain vids
This pull request has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely abandoned or outdated. If you think this pull request is still relevant and applicable, you just have to post a comment and it will be unmarked. |
bump |
Closing to avoid confusion with the eventual UI rewrite, which is different from this light overhaul. This PR has also been superceded by #2215 |
This PR is far from finished. It's pretty much only here for completion purposes and to make sure I don't mangle up the commit history too much.
TODO
And likely a lot more. These are just what I have currently planned.
Closes
Closes #483
Closes #2032
Closes #1969
Closes #1923
Closes #529
Closes #1950
This PR also uses #1985 so that'll have to get finished and merged before this one.