Skip to content

Kate popover modal updates #1008

Kate popover modal updates

Kate popover modal updates #1008

Triggered via pull request February 4, 2025 05:21
Status Success
Total duration 5m 3s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L71
React Hook useCallback has a missing dependency: 'setScroll'. Either include it or remove the dependency array
Test: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L119
React Hook useCallback has a missing dependency: 'filterButtons.length'. Either include it or remove the dependency array
Test: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L144
React Hook useCallback has a missing dependency: 'filterButtons.length'. Either include it or remove the dependency array
Test: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L175
React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array
Test: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L139
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Test: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L178
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Test: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L224
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Test: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L264
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Test: packages/ui/src/components/header/header.styles.ts#L3
The arbitrary class 'max-sm:translate-x-[-50%]' could be replaced by 'max-sm:-translate-x-1/2' or 'max-sm:-translate-x-2/4'
Test: packages/ui/src/components/pass-code/pass-code.stories.tsx#L2
'StoryObj' is defined but never used