Skip to content

Add keyboard shortcuts for jumping to sidebar threads #3693

Add keyboard shortcuts for jumping to sidebar threads

Add keyboard shortcuts for jumping to sidebar threads #3693

Triggered via pull request March 29, 2026 00:44
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
22s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
13s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Format, Lint, Typecheck, Test, Browser Test, Build
Argument of type 'unknown' is not assignable to parameter of type 'A'.
Format, Lint, Typecheck, Test, Browser Test, Build
'n' is of type 'unknown'.
Format, Lint, Typecheck, Test, Browser Test, Build
@t3tools/shared#typecheck: command (/home/runner/_work/t3code/t3code/packages/shared) /home/runner/.bun/bin/bun run typecheck exited (2)
Format, Lint, Typecheck, Test, Browser Test, Build
Argument of type 'unknown' is not assignable to parameter of type 'TxDequeue<unknown, unknown>'.
Format, Lint, Typecheck, Test, Browser Test, Build
Property 'transaction' does not exist on type 'typeof import("/home/runner/_work/t3code/t3code/node_modules/.bun/effect@4.0.0-beta.42/node_modules/effect/dist/Effect")'. Did you mean 'Transaction'?
Format, Lint, Typecheck, Test, Browser Test, Build
Argument of type 'unknown' is not assignable to parameter of type 'TxEnqueue<unknown, unknown>'.
Format, Lint, Typecheck, Test, Browser Test, Build
Property 'transaction' does not exist on type 'typeof import("/home/runner/_work/t3code/t3code/node_modules/.bun/effect@4.0.0-beta.42/node_modules/effect/dist/Effect")'. Did you mean 'Transaction'?
Format, Lint, Typecheck, Test, Browser Test, Build
Property 'transaction' does not exist on type 'typeof import("/home/runner/_work/t3code/t3code/node_modules/.bun/effect@4.0.0-beta.42/node_modules/effect/dist/Effect")'. Did you mean 'Transaction'?
Format, Lint, Typecheck, Test, Browser Test, Build
Property 'transaction' does not exist on type 'typeof import("/home/runner/_work/t3code/t3code/node_modules/.bun/effect@4.0.0-beta.42/node_modules/effect/dist/Effect")'. Did you mean 'Transaction'?
Format, Lint, Typecheck, Test, Browser Test, Build
Type 'Effect<{ enqueue: (item: A) => any; drain: Effect<void, never, never>; }, unknown, unknown>' is not assignable to type 'Effect<DrainableWorker<A>, never, R | Scope>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.