feat: implement table widget infinite scroll with dynamic height #23721
quality-checks.yml
on: pull_request
path-filter
13s
client-build
/
client-build
2m 36s
client-prettier
/
prettier-check
2m 45s
client-unit-tests
/
client-unit-tests
9m 7s
client-lint
/
client-lint
5m 47s
client-check-cyclic-deps
/
check-cyclic-dependencies
3m 35s
server-spotless
/
spotless-check
server-unit-tests
/
server-unit-tests
qc-result
0s
Annotations
6 errors and 3 warnings
client-build / client-build
Type '{ accentColor: string; borderRadius: string; columns: ReactTableColumnProps[]; getTableBodyProps: (propGetter?: TableBodyPropGetter<Record<string, unknown>> | undefined) => TableBodyProps; ... 14 more ...; width: number; }' is missing the following properties from type '{ accentColor: string; borderRadius: string; multiRowSelection: boolean; prepareRow?(row: Row<Record<string, unknown>>): void; selectTableRow?: ((row: { original: Record<string, unknown>; index: number; }) => void) | undefined; ... 11 more ...; listRef: RefObject<...> | null; }': rowHeights, rowNeedsMeasurement, listRef
|
client-build / client-build
Type '{ accentColor: string; borderRadius: string; canFreezeColumn: boolean | undefined; columns: ReactTableColumnProps[]; disableDrag: () => void; editMode: boolean; enableDrag: () => void; ... 29 more ...; width: number; }' is missing the following properties from type '{ accentColor: string; borderRadius: string; multiRowSelection: boolean; prepareRow?(row: Row<Record<string, unknown>>): void; selectTableRow?: ((row: { original: Record<string, unknown>; index: number; }) => void) | undefined; ... 11 more ...; listRef: RefObject<...> | null; }': rowHeights, rowNeedsMeasurement, listRef
|
client-build / client-build
Process completed with exit code 2.
|
client-check-cyclic-deps / check-cyclic-dependencies
Process completed with exit code 1.
|
client-lint / client-lint
Process completed with exit code 1.
|
qc-result
Process completed with exit code 1.
|
client-build / client-build
Unable to find merge base between b568efa1376d363df57d6c00eddc909946dd0d39 and 808d706fdd3f6924d3201a171722e98e7c5ef8d0
|
client-prettier / prettier-check
Cache save failed.
|
client-check-cyclic-deps / check-cyclic-dependencies
Unable to find merge base between b568efa1376d363df57d6c00eddc909946dd0d39 and 808d706fdd3f6924d3201a171722e98e7c5ef8d0
|