Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAPP-1972 price tracker activity + blocks fixes #1973

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

rohitmalhotra1420
Copy link
Collaborator

@rohitmalhotra1420 rohitmalhotra1420 commented Nov 18, 2024

Pull Request Template

Ticket Number

Description

  • Problem/Feature:

Type of Change

  • Added a new btc tracker activity
  • Did some design system fixes as well
  • Bug fix
  • New feature
  • Code refactor
  • Documentation update
  • Other (please describe):

Checklist

  • Quick PR: Is this a quick PR? Can be approved before finishing a coffee.
    • Quick PR label added
  • Not Merge Ready: Is this PR dependent on some other PR/tasks and not ready to be merged right now.
    • DO NOT Merge PR label added

Frontend Guidelines

Build & Testing

  • No errors in the build terminal
  • Engineer has tested the changes on their local environment
  • Engineer has tested the changes on deploy preview

Screenshots/Video with Explanation

  • Before: Explain the previous behavior

  • After: What's changed now

Additional Context

Review & Approvals

  • Self-review completed
  • Code review by at least one other engineer
  • Documentation updates if applicable

Notes

Copy link

In the file src/blocks/icons/components/Asterisk.tsx:

  1. The SVG paths are missing the tags.
  2. The attribute "width" should be set to a specific value like "32px" instead of "inherit".
  3. The attributes within the tags should be camelCase like "strokeWidth" instead of "stroke-width".

In the file src/blocks/icons/components/Lock.tsx:

  1. The SVG paths are missing the and tags.
  2. The attribute "width" should be set to a specific value like "32px" instead of "inherit".
  3. The attributes within the and tags should be camelCase like "strokeWidth" instead of "stroke-width" and "rx" should have a value like "3px" instead of just "3".

In the file src/blocks/icons/components/Logout.tsx:

  1. The SVG paths are missing the tags.
  2. The attribute "width" should be set to a specific value like "32px" instead of "inherit".
  3. The attributes within the tags should be camelCase like "strokeWidth" instead of "stroke-width".

In the file src/blocks/text/Text.constants.ts:

  1. There are missing closing braces in the object definitions like 'bes-regular-italic', 'ol-bold', etc.

In the file src/modules/rewards/components/RewardsActivityIcon.tsx:

  1. The conditionals inside the component are missing the return keyword before the component elements like <Twitter.
  2. Some images are missing the tag for rendering images.
  3. The imports for components like Discord, Twitter, etc. should not be wrapped in curly braces as they are default exports from their respective files.
  4. There are missing default exports at the end of the file.

Other files seem to be mostly type definitions and imports which are difficult to assess just by glancing through the code.

In general, please ensure that all components are properly defined, all imports are correctly written, and all code follows consistent formatting conventions.

All looks good.

Copy link

github-actions bot commented Nov 18, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-11-20 07:33 UTC

@rohitmalhotra1420 rohitmalhotra1420 merged commit ec0ea4b into main Nov 20, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants