Merge improvement/inbox-nav-links: navigation links on watched + scheduler notices

This commit is contained in:
npeter83 2026-06-19 03:07:35 +02:00
commit 96f303b0cf
6 changed files with 38 additions and 7 deletions

View file

@ -23,6 +23,8 @@ export type VideoWatchedMeta = {
kind: "video-watched";
videoId: string;
title: string;
channelId: string;
channelName: string;
};
export type ChannelSubscribedMeta = {
kind: "channel-subscribed";