Commit Graph

7 Commits

Author SHA1 Message Date
MergeMerc
7f2f7d04bf Support for Names 2025-06-02 06:57:42 -04:00
b3fbca2f12 reverted previous commit 2025-03-19 16:32:55 -06:00
c90ce83fd4 Added search params to Home 2025-03-19 14:26:44 -06:00
cf853d4401 Fixed bug that sometimes makes the channel page not load videos properly.
Added Privacy category
2025-01-28 11:23:53 -07:00
bd975e841b Fixed bug where channel page only loaded the first 20 videos. 2024-11-05 10:37:10 -07:00
d3e35ddbdc Refactor to VideoContent.tsx, PlaylistContent.tsx, and VideoListComponentLevel.tsx to use customhooks. This reuses a lot of code between them.
ChannelActions.tsx and VideoActionsBar.tsx components created to reduce code reuse between VideoContent.tsx, PlaylistContent.tsx, and VideoListComponentLevel.tsx.

If a playlist is empty, comments and buttons no longer appear, the page just shows text explaining the situation.
2024-10-10 17:02:08 -06:00
6b00c10598 Refactor to split Home.tsx and VideoContent.tsx into the following components:
1. Home.tsx
2. Home-State.tsx
3. SearchSidebar.tsx
4. SearchSidebar-State.tsx
5. VideoContent.tsx
6. VideoContent-State.tsx

By using custom hooks to hold all state data, these components are easier to read and edit.
2024-10-08 17:27:49 -06:00