Skip to content

Merge pull request #289 from TUMFARSynchrony/frontend-sjz-fix-white-s… #311

Merge pull request #289 from TUMFARSynchrony/frontend-sjz-fix-white-s…

Merge pull request #289 from TUMFARSynchrony/frontend-sjz-fix-white-s… #311

Triggered via push September 27, 2024 16:13
Status Success
Total duration 4m 10s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

66 warnings
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (18.x): frontend/src/components/atoms/ChatMessage/SpeechBubble.tsx#L15
'target' is assigned a value but never used
build (18.x): frontend/src/components/atoms/ChatMessage/UniformSpeechBubble.tsx#L15
'currentUser' is assigned a value but never used
build (18.x): frontend/src/components/atoms/Video/Video.tsx#L19
'setSearchParams' is assigned a value but never used
build (18.x): frontend/src/components/molecules/ChatGptTab/ChatGptModal.tsx#L40
'onClose' is defined but never used
build (18.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L37
'setSearchParams' is assigned a value but never used
build (18.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L82
'participants' is defined but never used
build (18.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L117
'value' is assigned a value but never used
build (18.x): frontend/src/components/molecules/ChatTab/ParticipantChatTab.tsx#L27
'setSearchParams' is assigned a value but never used
build (18.x): frontend/src/App.jsx#L61
'setSearchParams' is assigned a value but never used
build (18.x): frontend/src/App.jsx#L182
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', and 'handleSessionList'. Either include them or remove the dependency array
build (18.x): frontend/src/App.jsx#L245
React Hook useEffect has missing dependencies: 'connection', 'experimenterPasswordParam', 'participantIdParam', and 'sessionIdParam'. Either include them or remove the dependency array
build (18.x): frontend/src/App.jsx#L441
'onGetFiltersDataSendToParticipant' is assigned a value but never used
build (18.x): frontend/src/pages/Lobby/Lobby.jsx#L21
'connectedParticipants' is assigned a value but never used
build (18.x): frontend/src/pages/Lobby/Lobby.jsx#L22
'sessionData' is assigned a value but never used
build (18.x): frontend/src/pages/Lobby/Lobby.jsx#L27
'setSearchParams' is assigned a value but never used
build (18.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L22
'glassDetected' is assigned a value but never used
build (18.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L29
'setSearchParams' is assigned a value but never used
build (18.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L65
React Hook useEffect has a missing dependency: 'handleGetFiltersData'. Either include it or remove the dependency array
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (16.x): frontend/src/App.jsx#L61
'setSearchParams' is assigned a value but never used
build (16.x): frontend/src/App.jsx#L182
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', and 'handleSessionList'. Either include them or remove the dependency array
build (16.x): frontend/src/App.jsx#L245
React Hook useEffect has missing dependencies: 'connection', 'experimenterPasswordParam', 'participantIdParam', and 'sessionIdParam'. Either include them or remove the dependency array
build (16.x): frontend/src/App.jsx#L441
'onGetFiltersDataSendToParticipant' is assigned a value but never used
build (16.x): frontend/src/pages/Lobby/Lobby.jsx#L21
'connectedParticipants' is assigned a value but never used
build (16.x): frontend/src/pages/Lobby/Lobby.jsx#L22
'sessionData' is assigned a value but never used
build (16.x): frontend/src/pages/Lobby/Lobby.jsx#L27
'setSearchParams' is assigned a value but never used
build (16.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L22
'glassDetected' is assigned a value but never used
build (16.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L29
'setSearchParams' is assigned a value but never used
build (16.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L65
React Hook useEffect has a missing dependency: 'handleGetFiltersData'. Either include it or remove the dependency array
build (16.x): frontend/src/components/atoms/ChatMessage/SpeechBubble.tsx#L15
'target' is assigned a value but never used
build (16.x): frontend/src/components/atoms/ChatMessage/UniformSpeechBubble.tsx#L15
'currentUser' is assigned a value but never used
build (16.x): frontend/src/components/atoms/Video/Video.tsx#L19
'setSearchParams' is assigned a value but never used
build (16.x): frontend/src/components/molecules/ChatGptTab/ChatGptModal.tsx#L40
'onClose' is defined but never used
build (16.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L37
'setSearchParams' is assigned a value but never used
build (16.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L82
'participants' is defined but never used
build (16.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L117
'value' is assigned a value but never used
build (16.x): frontend/src/components/molecules/ChatTab/ParticipantChatTab.tsx#L27
'setSearchParams' is assigned a value but never used
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (20.x): frontend/src/App.jsx#L61
'setSearchParams' is assigned a value but never used
build (20.x): frontend/src/App.jsx#L182
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', and 'handleSessionList'. Either include them or remove the dependency array
build (20.x): frontend/src/App.jsx#L245
React Hook useEffect has missing dependencies: 'connection', 'experimenterPasswordParam', 'participantIdParam', and 'sessionIdParam'. Either include them or remove the dependency array
build (20.x): frontend/src/App.jsx#L441
'onGetFiltersDataSendToParticipant' is assigned a value but never used
build (20.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L22
'glassDetected' is assigned a value but never used
build (20.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L29
'setSearchParams' is assigned a value but never used
build (20.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L65
React Hook useEffect has a missing dependency: 'handleGetFiltersData'. Either include it or remove the dependency array
build (20.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L76
React Hook useEffect has missing dependencies: 'connection.remoteStream' and 'participantIdParam'. Either include them or remove the dependency array. If 'setParticipantStream' needs the current value of 'connection.remoteStream', you can also switch to useReducer instead of useState and read 'connection.remoteStream' in the reducer
build (20.x): frontend/src/pages/Consent/Consent.jsx#L17
'setSearchParams' is assigned a value but never used
build (20.x): frontend/src/pages/Consent/Consent.jsx#L20
'session' is assigned a value but never used
build (20.x): frontend/src/components/atoms/ChatMessage/SpeechBubble.tsx#L15
'target' is assigned a value but never used
build (20.x): frontend/src/components/atoms/ChatMessage/UniformSpeechBubble.tsx#L15
'currentUser' is assigned a value but never used
build (20.x): frontend/src/components/atoms/Video/Video.tsx#L19
'setSearchParams' is assigned a value but never used
build (20.x): frontend/src/components/molecules/ChatGptTab/ChatGptModal.tsx#L40
'onClose' is defined but never used
build (20.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L37
'setSearchParams' is assigned a value but never used
build (20.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L82
'participants' is defined but never used
build (20.x): frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L117
'value' is assigned a value but never used
build (20.x): frontend/src/components/molecules/ChatTab/ParticipantChatTab.tsx#L27
'setSearchParams' is assigned a value but never used