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

feat(tangle-dapp): Add Blueprint Overview Page on Tangle dApp #2494

Merged
merged 15 commits into from
Aug 10, 2024

Conversation

vutuanlinh2k2
Copy link
Contributor

Summary of changes

Provide a detailed description of proposed changes.

  • Add Blueprint Overview Page on Tangle dApp

Proposed area of change

Put an x in the boxes that apply.

  • apps/bridge-dapp
  • apps/hubble-stats
  • apps/stats-dapp
  • apps/tangle-dapp
  • apps/testnet-leaderboard
  • apps/faucet
  • apps/zk-explorer
  • libs/webb-ui-components

Reference issue to close (if applicable)

Specify any issues that can be closed from these changes (e.g. Closes #233).

Screen Recording

If possible provide a screen recording of proposed change.

Light Theme

CleanShot.2024-08-01.at.21.44.42.mp4

Dark Theme

CleanShot.2024-08-01.at.21.47.42.mp4

Code Checklist

Please be sure to add .stories documentation if any additions are made to libs/webb-ui-components.

  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@vutuanlinh2k2 vutuanlinh2k2 requested a review from monaiuu August 1, 2024 14:57
@vutuanlinh2k2 vutuanlinh2k2 self-assigned this Aug 1, 2024
Copy link

netlify bot commented Aug 1, 2024

Deploy Preview for tangle-dapp ready!

Name Link
🔨 Latest commit ed846b1
🔍 Latest deploy log https://app.netlify.com/sites/tangle-dapp/deploys/66b1fa35e729ed00081d775f
😎 Deploy Preview https://deploy-preview-2494--tangle-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@vutuanlinh2k2 vutuanlinh2k2 marked this pull request as ready for review August 1, 2024 15:11
Copy link
Contributor

@monaiuu monaiuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blueprint Cards:

  • Implement hover states to blueprint card components (notice color change in description texts & addition of grid image overlay in hover), grid svgs can be exported here
    Screenshot 2024-08-02 at 10 51 41 AM (left is default, right is hover)

  • For boosted cards, update border fill as linear-gradient shown below:

Screenshot 2024-08-02 at 10 43 39 AM Screenshot 2024-08-02 at 10 44 38 AM Screenshot 2024-08-02 at 10 45 15 AM Screenshot 2024-08-02 at 10 57 47 AM Screenshot 2024-08-02 at 10 57 24 AM
  • Implement 1-line constraint for Blueprint title, with additional texts truncated
Screenshot 2024-08-02 at 10 55 28 AM
  • Add subtle glow effect to 'boosted' chips; add #fff fill at 1% opacity, with inner shadow indicated below:
Screenshot 2024-08-02 at 11 26 40 AM Screenshot 2024-08-02 at 11 29 05 AM Screenshot 2024-08-02 at 11 35 22 AM Screenshot 2024-08-02 at 11 35 38 AM
  • For improved visibility in light mode, reverse gradient effect:
    Previous: background: linear-gradient(180deg, rgba(236, 239, 255, 0.20)0%, rgba(184, 196, 255, 0.20)100%), linear-gradient(180deg, rgba(255, 255, 255, 0.50)0%, rgba(255, 255, 255, 0.30)100%);
    Updated: background: linear-gradient(180deg, rgba(184, 196, 255, 0.20)0%, rgba(236, 239, 255, 0.20)100%), linear-gradient(180deg, rgba(255, 255, 255, 0.50)0%, rgba(255, 255, 255, 0.30)100%);
Screenshot 2024-08-02 at 12 00 47 PM
  • Add border outlines to cards component
Screenshot 2024-08-06 at 12 38 54 PM

Banner Card:

  • The Blueprint image in the banner seems difficult to see; they can be exported here
Screenshot 2024-08-02 at 1 04 48 PM

@vutuanlinh2k2
Copy link
Contributor Author

vutuanlinh2k2 commented Aug 6, 2024

  • linear-gradient(180deg, rgba(236, 239, 255, 0.20)0%, rgba(184, 196, 255, 0.20)100%), linear-gradient(180deg, rgba(255, 255, 255, 0.50)0%, rgba(255, 255, 255, 0.30)100%)

@monaiuu

Updated:

CleanShot.2024-08-06.at.17.24.28.mp4

@vutuanlinh2k2 vutuanlinh2k2 requested a review from monaiuu August 6, 2024 10:27
Copy link
Contributor

@monaiuu monaiuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vutuanlinh2k2 vutuanlinh2k2 merged commit bf07668 into develop Aug 10, 2024
12 checks passed
@vutuanlinh2k2 vutuanlinh2k2 deleted the linh/blueprints-overview branch August 10, 2024 01:39
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.

[TASK] Implement Blueprints Overview Page
3 participants