Skip to content

web: Add videos button in folders & more #3758

web: Add videos button in folders & more

web: Add videos button in folders & more #3758

Triggered via pull request October 9, 2025 11:58
Status Failure
Total duration 9m 38s
Artifacts

ci.yml

on: pull_request
Detect Changes
7s
Detect Changes
Typecheck
1m 20s
Typecheck
Format (Biome)
7s
Format (Biome)
Format (Cargo)
9s
Format (Cargo)
Lint (Biome)
14s
Lint (Biome)
Matrix: Build Desktop
Clippy
0s
Clippy
Verify Tauri plugin versions
0s
Verify Tauri plugin versions
Fit to window
Zoom out
Zoom in

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'.