feat(channel): add logo support with position and opacity settings

This commit is contained in:
2026-03-14 02:27:16 +01:00
parent e610c23fea
commit da714840ee
11 changed files with 204 additions and 6 deletions

View File

@@ -148,6 +148,9 @@ export default function DashboardPage() {
auto_schedule: boolean;
access_mode?: import("@/lib/types").AccessMode;
access_password?: string;
logo?: string | null;
logo_position?: import("@/lib/types").LogoPosition;
logo_opacity?: number;
},
) => {
updateChannel.mutate(