Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore: update UIUX

chore: update UIUX #21

Triggered via push July 7, 2024 17:07
Status Success
Total duration 30s
Artifacts

ci-front.yml

on: push
Matrix: lint-n-format
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
lint-n-format (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-n-format (20.x): src/App.tsx#L86
React Hook useEffect has missing dependencies: 'pixelStore' and 'tileStore'. Either include them or remove the dependency array
lint-n-format (20.x): src/App.tsx#L125
React Hook useEffect has missing dependencies: 'board.data' and 'pixelStore'. Either include them or remove the dependency array
lint-n-format (20.x): src/App.tsx#L184
React Hook useMemo has an unnecessary dependency: 'zoom'. Either exclude it or remove the dependency array
lint-n-format (20.x): src/components/FilterMenu/FilterMenu.tsx#L20
Classname 'form-radio' is not a Tailwind CSS class!
lint-n-format (20.x): src/components/FilterMenu/FilterMenu.tsx#L31
Classname 'form-radio' is not a Tailwind CSS class!
lint-n-format (20.x): src/components/FilterMenu/FilterMenu.tsx#L42
Classname 'form-radio' is not a Tailwind CSS class!
lint-n-format (20.x): src/components/ProposalList/ProposalItem.tsx#L173
Classname 'mr-30' is not a Tailwind CSS class!
lint-n-format (20.x): src/components/ProposalList/ProposalItem.tsx#L190
Classname 'mr-30' is not a Tailwind CSS class!
lint-n-format (20.x): src/components/Toast/index.tsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-n-format (20.x): src/components/Toast/index.tsx#L19
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-n-format (20.x): src/generated/graphql.ts#L7
Using exported name 'gql' as identifier for default export
lint-n-format (20.x): src/hooks/useDojoInteractHandler.ts#L73
React Hook useEffect has a missing dependency: 'playError'. Either include it or remove the dependency array
lint-n-format (20.x): src/stores/ViewStateStore.ts#L63
React Hook useEffect has missing dependencies: 'location.search', 'setCenter', 'setColor', 'setSelectedApp', and 'setZoom'. Either include them or remove the dependency array
lint-n-format (20.x): src/vite-env.d.ts#L39
`import()` type annotations are forbidden
lint-n-format (20.x): src/vite-env.d.ts#L43
`import()` type annotations are forbidden
lint-n-format (20.x): src/webtools/hooks/useDimensions.ts#L32
The ref value 'targetRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'targetRef.current' to a variable inside the effect, and use that variable in the cleanup function