push-protocol / push-dapp

The Push Protocol Dapp
https://app.push.org
Other
42 stars 36 forks source link

DAPP-1550-blocks/Skeleton #1605

Closed kalashshah closed 3 weeks ago

kalashshah commented 1 month ago

Pull Request Template

Ticket Number

Description

Type of Change

Checklist

Frontend Guidelines

Build & Testing

Screenshots/Video with Explanation

https://github.com/push-protocol/push-dapp/assets/81062983/d915d2c1-2f39-495b-9a86-74342a086286

Additional Context

Review & Approvals

Notes

github-actions[bot] commented 1 month ago

All looks good.

github-actions[bot] commented 1 month ago

PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-06-11 06:30 UTC

github-actions[bot] commented 1 month ago

All looks good.

github-actions[bot] commented 3 weeks ago

In the file provided, there are some issues that need to be addressed:

  1. The import statements for Box, Button, Separator, Skeleton, and Text components seem to be incorrect or missing. They should be imported correctly with their respective paths.

  2. There is a typo in the comment of the parsePixels function. It should be "numeric values fetched from px values".

  3. There is a potential logic issue in the computePixels function. It is calculating the values incorrectly. The operation should be based on "add" or "sub". Consider revisiting the logic here.

  4. There is a typo in the comment for the createBreakpointCSS function. It should be "media query css in string format for all screen sizes passed on to it".

  5. In the createBreakpointCSS function, there is a missing semi-colon at the end of the string concatenation within the join method.

  6. In the getCSSValue function, the check for whether the prop exists in propsWithCssVariables should use includes instead of hasOwnProperty.

  7. In the getBlocksColor function, it is incorrectly returning the input color when it should be returning the CSS variable.

  8. In the getResponsiveCSS function, there seems to be a mistake in how the breakpoint CSS is generated. The logic of creating the media queries and aggregating the styles should be reviewed.

  9. There is a misplaced import statement for StyledComponents at the bottom of the file, which should be placed at the top with the other import statements.

After addressing these issues, you can write 'All looks good.' to confirm. Let me know if you need further assistance.

github-actions[bot] commented 3 weeks ago

All looks good.