Skip to content

refactor: Use Rust to get installed apps and consider also user apps #14

refactor: Use Rust to get installed apps and consider also user apps

refactor: Use Rust to get installed apps and consider also user apps #14

Re-run triggered November 16, 2023 00:39
Status Success
Total duration 57s
Artifacts

typescript_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint: src/App.tsx#L36
React Hook React.useEffect has a missing dependency: 'updateUrl'. Either include it or remove the dependency array
lint: src/utils/get-installed-app-names.ts#L18
Unexpected console statement
lint: src/utils/hooks/useCloseOnUnfocus.ts#L16
React Hook React.useEffect has a missing dependency: 'currentWindow'. Either include it or remove the dependency array
lint: src/utils/hooks/useIsDarkMode.ts#L46
React Hook React.useEffect has a missing dependency: 'setCustomTheme'. Either include it or remove the dependency array
lint: src/utils/hooks/useIsKeyPressed.ts#L42
React Hook React.useEffect has missing dependencies: 'downHandler' and 'upHandler'. Either include them or remove the dependency array