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

Feat/login UI

Feat/login UI #27

Triggered via pull request August 28, 2024 17:35
Status Success
Total duration 58s
Artifacts

lint-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/App.tsx#L3
'Avatar' is defined but never used
lint: src/App.tsx#L5
'Dropdown' is defined but never used
lint: src/App.tsx#L27
'Login' is defined but never used
lint: src/App.tsx#L29
'UserOutlined' is defined but never used
lint: src/App.tsx#L66
'loggedIn' is assigned a value but never used
lint: src/App.tsx#L68
'profileMenuItems' is assigned a value but never used
lint: src/App.tsx#L94
React Hook useMemo has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array
lint: src/components/login/KeycloakAuthButton.tsx#L4
'useState' is defined but never used
lint: src/components/modals/DeleteFunctionModal.tsx#L45
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: src/components/modals/DeleteTableModal.tsx#L49
React Hook useCallback has missing dependencies: 'navigate' and 'setNotification'. Either include them or remove the dependency array