Skip to content

Unify events / CSS in user cards and user profile header #9396

Unify events / CSS in user cards and user profile header

Unify events / CSS in user cards and user profile header #9396

Triggered via pull request November 25, 2025 15:58
Status Failure
Total duration 1m 34s
Artifacts

typescript.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
TSC
Process completed with exit code 2.
TSC: ts/WoltLabSuite/Core/Component/Image/Viewer.ts#L28
Type '{ close: (ev?: Event | undefined, customHideClass?: string | undefined) => void; destroy: () => void; getCarousel: () => { add: (oneOrMoreSlides: Partial<import("/home/runner/work/WCF/WCF/node_modules/@fancyapps/ui/dist/carousel/carousel").CarouselSlide> | Partial<...>[], position?: number | undefined) => ...; ... 4...' is not assignable to type '{ close: (ev?: Event | undefined, customHideClass?: string | undefined) => void; destroy: () => void; getCarousel: () => { add: (oneOrMoreSlides: Partial<import("/home/runner/work/WCF/WCF/node_modules/@fancyapps/ui/dist/carousel/carousel").CarouselSlide> | Partial<...>[], position?: number | undefined) => ...; ... 4...'. Two different types with this name exist, but they are unrelated.