-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conversation
✅ Deploy Preview for tangle-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this 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
(left is default, right is hover) -
For boosted cards, update border fill as linear-gradient shown below:
- Implement 1-line constraint for Blueprint title, with additional texts truncated
- Add subtle glow effect to 'boosted' chips; add #fff fill at 1% opacity, with inner shadow indicated below:
- 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%);
- Add border outlines to cards component
Banner Card:
- The Blueprint image in the banner seems difficult to see; they can be exported here
Updated: CleanShot.2024-08-06.at.17.24.28.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary of changes
Provide a detailed description of proposed changes.
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
.