Skip to content

Add Unsorted tab to dashboard #906

Add Unsorted tab to dashboard

Add Unsorted tab to dashboard #906

Re-run triggered February 16, 2025 18:20
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
typecheck
Argument of type '["common.unsorted"]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: never; }] | [key: string | string[], defaultValue: never, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
typecheck
Type '(t: TFunction) => ({ name: string; icon: JSX.Element; path: string; } | { name: unknown; icon: JSX.Element; path: string; })[]' is not assignable to type '(t: TFunction<"translation", undefined>) => TSidebarItem[]'.
typecheck
Type '(t: TFunction) => ({ name: string; icon: JSX.Element; path: string; } | { name: unknown; icon: JSX.Element; path: string; })[]' is not assignable to type '(t: TFunction<"translation", undefined>) => TSidebarItem[]'.
typecheck
Object literal may only specify known properties, and 'list' does not exist in type 'Omit<{ sortOrder: "asc" | "desc"; ids?: string[] | undefined; archived?: boolean | undefined; favourited?: boolean | undefined; tagId?: string | undefined; listId?: string | undefined; rssFeedId?: string | undefined; limit?: number | undefined; cursor?: { ...; } | ... 1 more ... | undefined; useCursorV2?: boolean | ...'.
typecheck
@hoarder/web#typecheck: command (/home/runner/work/hoarder/hoarder/apps/web) /opt/hostedtoolcache/node/22.13.1/x64/bin/pnpm run typecheck exited (1)
typecheck
Process completed with exit code 1.