Skip to content

fix jumping message status after sending message #160

fix jumping message status after sending message

fix jumping message status after sending message #160

Triggered via pull request July 3, 2024 21:33
Status Success
Total duration 3m 52s
Artifacts

typescript.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 }