Skip to content

feat: brand new client UI ! #67

feat: brand new client UI !

feat: brand new client UI ! #67

Triggered via pull request March 18, 2024 17:46
Status Failure
Total duration 33s
Artifacts

client.yaml

on: pull_request
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build_and_test (20)
Type '{ children: Element; open: boolean; size: "xs"; className: string; handler: Dispatch<SetStateAction<boolean>>; }' is missing the following properties from type 'Pick<DialogProps, "children" | "id" | "open" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 249 more ... | "dismiss">': onPointerEnterCapture, onPointerLeaveCapture, placeholder
build_and_test (20)
Type '{ children: Element; className: string; }' is missing the following properties from type 'Pick<CardProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | ... 246 more ... | "shadow">': onPointerEnterCapture, onPointerLeaveCapture, placeholder
build_and_test (20)
Type '{ children: Element[]; className: string; }' is missing the following properties from type 'Pick<CardBodyProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 245 more ... | "is">': onPointerEnterCapture, onPointerLeaveCapture, placeholder
build_and_test (20)
Type '{ children: Element; key: number; placeholder: string; }' is missing the following properties from type 'Pick<ListItemProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 248 more ... | "selected">': onPointerEnterCapture, onPointerLeaveCapture
build_and_test (20)
Type '{ children: Element[]; className: string; placeholder: undefined; }' is missing the following properties from type 'Pick<CardProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | ... 246 more ... | "shadow">': onPointerEnterCapture, onPointerLeaveCapture
build_and_test (20)
Type '{ children: Element | Element[]; placeholder: undefined; }' is missing the following properties from type 'Pick<ListProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | ... 244 more ... | "is">': onPointerEnterCapture, onPointerLeaveCapture
build_and_test (20)
Type '{ children: string; key: ChannelId; selected: boolean; placeholder: undefined; onClick: () => void; }' is missing the following properties from type 'Pick<ListItemProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 248 more ... | "selected">': onPointerEnterCapture, onPointerLeaveCapture
build_and_test (20)
Argument of type '"stationId"' is not assignable to parameter of type 'StationId'.
build_and_test (20)
Argument of type '"id"' is not assignable to parameter of type 'ChannelId'.
build_and_test (20)
Type '{ children: Element; className: string; placeholder: undefined; }' is missing the following properties from type 'Pick<CardProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | ... 246 more ... | "shadow">': onPointerEnterCapture, onPointerLeaveCapture
build_and_test (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_and_test (20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/