Skip to content

feat: enhance package list UX with table view, filters, and sorts #681

feat: enhance package list UX with table view, filters, and sorts

feat: enhance package list UX with table view, filters, and sorts #681

Triggered via pull request January 28, 2026 18:19
Status Failure
Total duration 3m 48s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: test/nuxt/components.spec.ts#L1134
Type '20' is not assignable to type '10 | 25 | 100 | 50'.
test: test/nuxt/components.spec.ts#L1121
Type '20' is not assignable to type '10 | 25 | 100 | 50'.
test: test/nuxt/components.spec.ts#L1096
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
test: test/nuxt/components.spec.ts#L1058
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
test: test/nuxt/components.spec.ts#L1047
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
test: test/nuxt/components.spec.ts#L1036
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
test: test/nuxt/components.spec.ts#L997
Type '20' is not assignable to type '10 | 25 | 100 | 50'.
test: test/nuxt/components.spec.ts#L995
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
test: test/nuxt/components.spec.ts#L926
Type '{ id: string; type: string; label: string; value: string; }[]' is not assignable to type 'FilterChip[]'.
test: test/nuxt/components.spec.ts#L912
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.