web: Add videos button in folders & more #3758
ci.yml
on: pull_request
Detect Changes
7s
Typecheck
1m 20s
Format (Biome)
7s
Format (Cargo)
9s
Lint (Biome)
14s
Matrix: Build Desktop
Annotations
5 errors
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck:
apps/web/app/(org)/dashboard/spaces/[spaceId]/page.tsx#L314
Type '{ id: string & Brand<"FolderId">; name: string; color: "normal" | "blue" | "red" | "yellow"; parentId: (string & Brand<"FolderId">) | null; spaceId: (string & Brand<"OrganisationId">) | (string & Brand<...>) | null; videoCount: number; }[]' is not assignable to type 'FolderDataType[]'.
|
|
Typecheck:
apps/web/app/(org)/dashboard/spaces/[spaceId]/page.tsx#L207
Type '{ id: string & Brand<"FolderId">; name: string; color: "normal" | "blue" | "red" | "yellow"; parentId: (string & Brand<"FolderId">) | null; spaceId: (string & Brand<"OrganisationId">) | (string & Brand<...>) | null; videoCount: number; }[]' is not assignable to type 'FolderDataType[]'.
|
|
Typecheck:
apps/web/app/(org)/dashboard/caps/page.tsx#L255
Type '{ id: string & Brand<"FolderId">; name: string; color: "normal" | "blue" | "red" | "yellow"; parentId: (string & Brand<"FolderId">) | null; videoCount: number; }[]' is not assignable to type 'FolderDataType[]'.
|
|
Typecheck:
apps/web/app/(org)/dashboard/caps/page.tsx#L254
Type '{ id: string & Brand<"VideoId">; foldersData: { id: string & Brand<"FolderId">; name: string; color: "normal" | "blue" | "red" | "yellow"; parentId: (string & Brand<"FolderId">) | null; videoCount: number; }[]; ... 13 more ...; hasActiveUpload: boolean; }[]' is not assignable to type 'VideoData'.
|