Simplify the main convo list view #111
Annotations
10 errors and 12 warnings
src/components/ConversationListHeader.tsx#L21
'list' is defined but never used. Allowed unused args must match /^_/u
|
src/components/ConversationListHeader.tsx#L22
'showPickerModal' is defined but never used. Allowed unused args must match /^_/u
|
src/components/ConversationListHeader.tsx#L23
'messageRequestCount' is defined but never used. Allowed unused args must match /^_/u
|
src/components/ConversationListHeader.tsx#L24
'onShowMessageRequests' is defined but never used. Allowed unused args must match /^_/u
|
src/components/ConversationListHeader.tsx#L37
'navigateToDev' is assigned a value but never used
|
src/components/ConversationListHeader.tsx#L99
Replace `⏎··············name="plus-circle"⏎··············size={40}⏎··············color={"#4F46E5"}⏎···········` with `·name="plus-circle"·size={40}·color={'#4F46E5'}`
|
|
src/screens/ConversationListScreen.tsx#L77
'focused' is assigned a value but never used
|
src/screens/ConversationListScreen.tsx#L91
'handleNewMessagePress' is assigned a value but never used
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/components/ConversationHeader.tsx#L65
Inline style: { marginLeft: 2 }
|
src/components/ConversationListHeader.tsx#L102
Strings must use singlequote
|
src/components/GroupHeader.tsx#L64
Inline style: { paddingRight: 30 }
|
src/components/GroupListItem.tsx#L60
Inline style: { paddingRight: 10 }
|
src/components/GroupListItem.tsx#L81
Inline style: { textAlignVertical: 'top' }
|
src/components/WalletOptionButton.tsx#L38
Inline style: { justifyContent: 'flex-end', alignSelf: 'center' }
|
src/components/common/Drawer.tsx#L27
Inline style: { width: '100%', height: '100%' }
|
src/components/common/Modal.tsx#L25
Inline style: { width: '100%', height: '100%' }
|
src/components/messageContent/TextMessageContent.tsx#L55
Inline style: { borderRadius: 10 }
|
src/components/modals/GroupInfoModal.tsx#L44
Inline style: { marginLeft: 10 }
|
This job failed
Loading