feat: add chat profiles #1282
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
tests / ci (ubuntu-latest):
frontend/src/App.tsx#L77
'disconnect' is assigned a value but never used. Allowed unused vars must match /^_/u
|
tests / ci (ubuntu-latest):
frontend/src/components/organisms/chat/index.tsx#L5
'Stack' is defined but never used. Allowed unused vars must match /^_/u
|
tests / ci (ubuntu-latest):
frontend/src/components/organisms/chat/index.tsx#L31
'chatProfileValue' is assigned a value but never used. Allowed unused vars must match /^_/u
|
tests / ci (ubuntu-latest):
frontend/src/components/organisms/chat/index.tsx#L31
'setChatProfile' is assigned a value but never used. Allowed unused vars must match /^_/u
|
tests / ci (ubuntu-latest):
frontend/src/components/organisms/conversationsHistory/sidebar/ConversationsHistoryList.tsx#L4
'Height' is defined but never used. Allowed unused vars must match /^_/u
|
tests / ci (windows-latest):
frontend/src/App.tsx#L77
'disconnect' is assigned a value but never used. Allowed unused vars must match /^_/u
|
tests / ci (windows-latest):
frontend/src/components/organisms/chat/index.tsx#L5
'Stack' is defined but never used. Allowed unused vars must match /^_/u
|
tests / ci (windows-latest):
frontend/src/components/organisms/chat/index.tsx#L31
'chatProfileValue' is assigned a value but never used. Allowed unused vars must match /^_/u
|
tests / ci (windows-latest):
frontend/src/components/organisms/chat/index.tsx#L31
'setChatProfile' is assigned a value but never used. Allowed unused vars must match /^_/u
|
tests / ci (windows-latest):
frontend/src/components/organisms/conversationsHistory/sidebar/ConversationsHistoryList.tsx#L4
'Height' is defined but never used. Allowed unused vars must match /^_/u
|