Skip to content

feat: optimize feed external page ui and extract create zustand store logic #91

feat: optimize feed external page ui and extract create zustand store logic

feat: optimize feed external page ui and extract create zustand store logic #91

Triggered via pull request June 5, 2024 08:28
@InneiInnei
synchronize #38
ui-optimize-4
Status Success
Total duration 57s
Artifacts

lint.yml

on: pull_request
Matrix: Lint and Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint and Typecheck (18.x): src/main/index.ts#L72
Unexpected console statement
Lint and Typecheck (18.x): src/preload/index.ts#L18
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Lint and Typecheck (18.x): src/preload/index.ts#L20
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L10
Classname 'electron-version' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L14
Classname 'chrome-version' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L18
Classname 'node-version' is not a Tailwind CSS class!
Lint and Typecheck (18.x): src/renderer/src/components/discover/form.tsx#L93
React Hook useEffect has missing dependencies: 'form' and 'prefix'. Either include them or remove the dependency array
Lint and Typecheck (18.x): src/renderer/src/components/feed-column/category.tsx#L60
React Hook useEffect has a missing dependency: 'data.name'. Either include it or remove the dependency array