Skip to content

feat(#954): resolves #954 popover with portal #982

feat(#954): resolves #954 popover with portal

feat(#954): resolves #954 popover with portal #982

Triggered via pull request January 14, 2025 00:58
Status Success
Total duration 2m 42s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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