Skip to content

Fix MDX warning styles and inherit prose text styles #5504

Fix MDX warning styles and inherit prose text styles

Fix MDX warning styles and inherit prose text styles #5504

Triggered via push January 26, 2026 22:24
Status Failure
Total duration 23m 26s
Artifacts

ci.yml

on: push
Detect Changes
7s
Detect Changes
Typecheck
1m 17s
Typecheck
Format (Biome)
6s
Format (Biome)
Format (Cargo)
24s
Format (Cargo)
Lint (Biome)
13s
Lint (Biome)
Verify Tauri plugin versions
0s
Verify Tauri plugin versions
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Typecheck
Process completed with exit code 2.
Typecheck: packages/database/emails/config.ts#L50
Object literal may only specify known properties, but 'reply_to' does not exist in type 'CreateEmailOptions'. Did you mean to write 'replyTo'?
Typecheck: packages/database/emails/config.ts#L50
Object literal may only specify known properties, but 'reply_to' does not exist in type 'CreateEmailOptions'. Did you mean to write 'replyTo'?
Typecheck: apps/desktop/src/routes/window-capture-occluder.tsx#L20
Type '"camera" | { screen: { id: string; }; } | { area: { screen: string; bounds: LogicalBounds; }; }' is not assignable to type 'object'.
Typecheck: apps/desktop/src/routes/window-capture-occluder.tsx#L17
Type 'CurrentRecordingTarget' is not assignable to type 'object'.
Typecheck: apps/desktop/src/routes/in-progress-recording.tsx#L361
Argument of type '"Camera"' is not assignable to parameter of type 'ShowCapWindow'.
Rust cache (aarch64-apple-darwin, macos-latest)
Process completed with exit code 101.
Rust cache (x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 1.