Commit graph

8 commits

Author SHA1 Message Date
syeopite
9d550b53de
Move sorting options to separate bar 2021-10-02 15:41:38 -07:00
syeopite
f62c6464f2
Improve color for trailer 2021-10-02 15:41:38 -07:00
syeopite
f44a5b1a69
Minor CSS cleanup 2021-10-02 15:41:38 -07:00
syeopite
36019fa438
Add support channel home pages + gen. improvements
This commit adds support for channel home pages and all of the
categories within it. However, the frontend code is a mess and thus
needs to be refactor soon. Though that would likely require a rework of
items.ecr

This commit also comes with some general cleanups and improvements.

Before this commit channel brand URls would only be supported on the
videos page (now home page). It has been improved to be able to handle
all channel URLs.

The category_type and auxiliary_data property has also been removed from
the Category struct. The former was never used and the latter allows for
random data to be added to the Struct presenting documentation issues.

Since the auxiliary_data variable was mainly used to store values from
the browse_endpoint in order to create URLs, its much simpler to instead
just get the URL from the webCommandMetadata.

As a result of this change the browse_endpoint_data attribute of
Category has also been removed.
2021-10-02 15:41:34 -07:00
syeopite
c08b4c9a32
Add support for featured channels page 2021-10-02 15:24:20 -07:00
syeopite
791d54635a
Fix uncentered channel banner image 2021-10-02 15:23:42 -07:00
syeopite
ab69c9ab35
Add links widget to channel banner + tiny refactor 2021-10-02 15:23:41 -07:00
syeopite
0d19937dac
Move channel specific CSS to separate file 2021-10-02 15:23:41 -07:00