fix unread indicator when I sent last group message #163
Annotations
14 warnings
tsc
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/
|
tsc
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
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/
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
App.web.tsx#L7
There should be no empty line within import group
|
lint:
App.web.tsx#L11
`@styles/colors` import should occur before import of `@web3modal/ethers5/react`
|
lint:
components/AndroidBackAction.tsx#L16
Inline style: { marginLeft: 'Platform.OS === "web" ? 15 : -3' }
|
lint:
components/Button/Button.ios.tsx#L72
Inline style: { paddingLeft: 15 }
|
lint:
components/Button/Button.tsx#L58
JSX props should not use arrow functions
|
lint:
components/Chat/Attachment/AddAttachmentButton.tsx#L46
'cameraPermissions' is assigned a value but never used
|
lint:
components/Chat/Attachment/AddAttachmentButton.tsx#L46
'requestCameraPermissions' is assigned a value but never used
|
lint:
components/Chat/Attachment/AddAttachmentButton.tsx#L143
JSX props should not use arrow functions
|
lint:
components/Chat/Attachment/AttachmentMessagePreview.tsx#L75
Inline style: { fontStyle: 'italic' }
|
lint:
components/Chat/Attachment/AttachmentMessagePreview.tsx#L79
Inline style: { opacity: 0 }
|