Add Ignored tab to Channel page (#927)

* Add Ignored tab to Channel page

* fix for Ignored button action

* use ignored parameter as bool

---------

Co-authored-by: Simon <simobilleter@gmail.com>
This commit is contained in:
Jurrer
2025-06-02 16:41:48 +02:00
committed by GitHub
parent fd3ccbec3a
commit 02b5ed6917
6 changed files with 35 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ export type ChannelNavResponseType = {
has_shorts: boolean;
has_playlists: boolean;
has_pending: boolean;
has_ignored: boolean;
};
const loadChannelNav = async (youtubeChannelId: string) => {