push-protocol / push-dapp

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

Leaderboard api #1658

Closed mishramonalisha76 closed 1 week ago

mishramonalisha76 commented 2 weeks ago

Pull Request Template

Ticket Number

Description

Type of Change

Checklist

Frontend Guidelines

Build & Testing

Screenshots/Video with Explanation

Additional Context

Review & Approvals

Notes

github-actions[bot] commented 2 weeks ago

All looks good.

github-actions[bot] commented 2 weeks ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://push-protocol.github.io/push-dapp/pr-preview/pr-1658/ on branch gh-pages at 2024-06-19 18:43 UTC

github-actions[bot] commented 2 weeks ago

All looks good.

github-actions[bot] commented 2 weeks ago

All looks good.

github-actions[bot] commented 2 weeks ago

All looks good.

github-actions[bot] commented 1 week ago

All looks good.

github-actions[bot] commented 1 week ago

All looks good.

github-actions[bot] commented 1 week ago

In the package.json file:

  1. In the "dependencies" section, there is a missing comma after the "vite-plugin-tsconfig-paths" entry before the "packageManager" key.

  2. The "packageManager" key is not a valid key in the package.json file. It should be removed.

In the Refresh.tsx and UserSwitch.tsx files:

  1. The SVG paths have missing "" tags before them.

  2. The "stroke-width" attribute should be "strokeWidth" in both files.

  3. There are missing "+" characters indicating concatenation in the "d" attribute of the path in Refresh.tsx.

  4. There are syntax errors in the SVG paths in both files. They should be properly formatted with "" tags.

In the Text.tsx file:

  1. The CSS properties "white-space: normal" and "display: -webkit-box" are missing the opening curly braces in the "wrap" and "numberOfLines" CSS blocks.

In the Rewards.tsx file:

  1. There are missing opening and closing tags for the Text component.

That's it!

All looks good.