feat: add Auto/Light/Dark theme support (fixes #1702) - #2496
Open
kushmunjal wants to merge 5 commits into
Open
Annotations
9 errors and 1 warning
|
Check for failures
Process completed with exit code 1.
|
|
TypeCheck (userland)
Process completed with exit code 1.
|
|
TypeCheck (userland):
src/contexts/theme-context.js#L94
Argument of type 'string' is not assignable to parameter of type 'SetStateAction<"auto" | "dark" | "light">'.
|
|
TypeCheck (userland):
src/contexts/theme-context.js#L17
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
TypeCheck (userland):
src/contexts/theme-context.js#L17
Type 'string | null' is not assignable to type '"auto" | "dark" | "light"'.
|
|
TypeCheck
Found 1 errors!
|
|
TypeCheck:
src/contexts/theme-context.js#L94
Argument of type 'string' is not assignable to parameter of type 'SetStateAction<"auto" | "dark" | "light">'.
|
|
TypeCheck:
src/contexts/theme-context.js#L17
Argument of type 'string | null' is not assignable to parameter of type 'string'.
Type 'null' is not assignable to type 'string'.
|
|
TypeCheck:
src/contexts/theme-context.js#L17
Type 'string | null' is not assignable to type '"auto" | "dark" | "light"'.
Type 'null' is not assignable to type '"auto" | "dark" | "light"'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: gozala/typescript-error-reporter-action@v1.0.9. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading