Skip to content

fix: Adjust profile screen padding, typography and add divider #1084

fix: Adjust profile screen padding, typography and add divider

fix: Adjust profile screen padding, typography and add divider #1084

Triggered via pull request November 10, 2023 16:05
Status Success
Total duration 3m 38s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, coverallsapp/github-action@v1.1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
main: src/components/TrackTile/ManageTrackers/ManageTrackerRow.tsx#L81
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “ManageTrackerRow” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
main: src/hooks/useExchangeToken.test.tsx#L46
Expect must have a corresponding matcher call
main: src/screens/HomeScreen.tsx#L36
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “HomeScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
main: src/screens/ProfileScreen.tsx#L64
't' is already declared in the upper scope on line 7 column 10
main: src/screens/ProfileScreen.tsx#L68
't' is already declared in the upper scope on line 7 column 10
main: src/screens/TrackTileSettingsScreen.tsx#L32
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “SettingsScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
main
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
finish
The following actions uses node12 which is deprecated and will be forced to run on node16: coverallsapp/github-action@v1.1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
finish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/