Commit graph

3066 commits

Author SHA1 Message Date
syeopite
fddca10b6b
Small download refactoring. See commit message
Wrap download widget around details box

Remove ability to disable dl on only certain vids
2021-10-02 15:54:16 -07:00
syeopite
e50a9bfa77
Add additional channel endpoints to brand_redirect 2021-10-02 15:54:15 -07:00
syeopite
8bd4e8026f
Set query as an alias for search query in search 2021-10-02 15:48:21 -07:00
syeopite
a9ff18812a
Add new /channel/:ucid/search endpoint 2021-10-02 15:48:20 -07:00
syeopite
252833fdef
Add instance_maintainer_email opt to example config 2021-10-02 15:47:53 -07:00
syeopite
e5063ef928
Escape (some) channel names in frontend 2021-10-02 15:47:53 -07:00
syeopite
0a744d7cfa
Add msg to warn users about empty vid and pl tab 2021-10-02 15:47:53 -07:00
syeopite
07d3f6fb12
Split content sorting bar from channel-information 2021-10-02 15:47:53 -07:00
syeopite
b7ff385ff4
Handle channels with empty home pages 2021-10-02 15:47:52 -07:00
syeopite
48f46fe01b
Add search filters box to empty search results 2021-10-02 15:47:08 -07:00
syeopite
a86254e21e
Fix bug in which "..._commons" is not rmd in fltr 2021-10-02 15:47:08 -07:00
syeopite
bc45444e06
Remove page param when applying filters 2021-10-02 15:47:08 -07:00
syeopite
b2ded4761e
Add localization for short and long filter options 2021-10-02 15:47:08 -07:00
syeopite
84732f29a5
Split search filter columns into a component 2021-10-02 15:47:08 -07:00
syeopite
45ae6f6a89
Add config opt. to view chan vid page by default 2021-10-02 15:47:07 -07:00
syeopite
a9260f36dc
Fix typo in footer 2021-10-02 15:46:26 -07:00
syeopite
7aa8291de2
Add functionality to contact inst maintainer link 2021-10-02 15:46:26 -07:00
syeopite
741b1992b8
Enhance chan about page to show channel description 2021-10-02 15:46:26 -07:00
syeopite
6fce4351f4
Readd accidently deleted channel link parsing 2021-10-02 15:46:26 -07:00
syeopite
f443052b66
Hide channel description on small screens 2021-10-02 15:46:26 -07:00
syeopite
9109efe5cd
Typo and formatting fix 2021-10-02 15:46:25 -07:00
syeopite
102d88a594
Center sorting options on small displays (<640px) 2021-10-02 15:46:25 -07:00
syeopite
00be2e067e
Responsify content-navigation bar 2021-10-02 15:46:25 -07:00
syeopite
6cef71b9e4
Fix miscount of search results 2021-10-02 15:46:25 -07:00
syeopite
df65c0bdc2
Fix next/prev page link in videos.ecr 2021-10-02 15:45:51 -07:00
syeopite
f4b69abf42
Rename channel.ecr to videos.ecr 2021-10-02 15:45:51 -07:00
syeopite
6a12db1fb5
Add channel heading design to channel search 2021-10-02 15:45:51 -07:00
syeopite
634f59df0e
Add buttons for switching inst and using yt on chan 2021-10-02 15:45:51 -07:00
syeopite
8d4ffb50fc
Document and reorganize code 4 chan's feat. chans 2021-10-02 15:45:50 -07:00
syeopite
56cc28bed3
Change behavior of categories in search results 2021-10-02 15:45:17 -07:00
syeopite
8df69cce39
Documentation 2021-10-02 15:45:17 -07:00
syeopite
6d11252742
Fix imports 2021-10-02 15:45:17 -07:00
syeopite
edcb883b42
Debloat channels.cr into mult files + rm depre. 2021-10-02 15:45:17 -07:00
syeopite
aaff30e6d2
Replace channel tab param fetch with hardcoded ones 2021-10-02 15:45:16 -07:00
syeopite
a082fad184
Fix lint and add footer desc to locale 2021-10-02 15:45:02 -07:00
syeopite
0067569192
Fix sorting for videos and playlist tabs 2021-10-02 15:41:39 -07:00
syeopite
9d550b53de
Move sorting options to separate bar 2021-10-02 15:41:38 -07:00
syeopite
ef42c41282
Make search not include category items for now 2021-10-02 15:41:38 -07:00
syeopite
f363e654f3
Fix category items not being extracted in search 2021-10-02 15:41:38 -07:00
syeopite
f62c6464f2
Improve color for trailer 2021-10-02 15:41:38 -07:00
syeopite
c03fa65790
Fix merge conflicts 2021-10-02 15:41:38 -07:00
syeopite
c9d49dd5a6
Extract items from category for search in frontend 2021-10-02 15:41:38 -07:00
syeopite
f44a5b1a69
Minor CSS cleanup 2021-10-02 15:41:38 -07:00
syeopite
2a2f54289a
Fix styling for featured badges on category 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
22f6fe16c3
Add total views and description to playlist 2021-10-02 15:38:39 -07:00
syeopite
a70839b63f
Fix index err on chans w/o extern links 2021-10-02 15:38:39 -07:00
syeopite
e485bc2ef3
Add content sections to trending feed 2021-10-02 15:38:38 -07:00
syeopite
bbfbe70930
Move continuation_token out of Category struct 2021-10-02 15:38:19 -07:00
syeopite
0863d83574
Make feat. chan page URL to compatible with yt 2021-10-02 15:37:15 -07:00