Skip to content

feat: dark mode, version sort #23

feat: dark mode, version sort

feat: dark mode, version sort #23

Triggered via push October 19, 2024 14:01
Status Failure
Total duration 24s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/App.vue#L58
Parameter 'event' implicitly has an 'any' type.
build: src/App.vue#L72
Argument of type 'string' is not assignable to parameter of type 'DarkMode'.
build: src/utils/darkmode.ts#L113
Property 'startViewTransition' does not exist on type 'Document'.
build: src/utils/darkmode.ts#L126
Property 'startViewTransition' does not exist on type 'Document'.
build: src/utils/util.ts#L169
Argument of type 'String | "1.21" | "1.20.4" | "1.20.2" | "1.20" | "1.19.4" | "1.19.3" | "1.19"' is not assignable to parameter of type 'string'.
build: src/utils/util.ts#L181
Argument of type 'String | "2.114.514"' is not assignable to parameter of type 'string'.
build: src/views/VersionList.vue#L22
Type 'string[]' is not assignable to type 'never[]'.
build: src/views/VersionList.vue#L22
Argument of type 'string | string[]' is not assignable to parameter of type 'String'.
build: src/views/VersionList.vue#L50
Type 'string[]' is not assignable to type 'never[]'.
build: src/views/VersionList.vue#L50
Argument of type 'string | string[]' is not assignable to parameter of type 'String'.