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: background for WalletSidebarTemplate #108

Closed
3 tasks done
Tracked by #67
0xneves opened this issue Feb 13, 2024 · 1 comment
Closed
3 tasks done
Tracked by #67

feat: background for WalletSidebarTemplate #108

0xneves opened this issue Feb 13, 2024 · 1 comment
Assignees
Labels
enhancement New features

Comments

@0xneves
Copy link
Contributor

0xneves commented Feb 13, 2024

Feature Request

Describe the Feature Request

This is the background component layer for the wallet sidebar.

Definition of Done:

  • Create the proposed component
  • Open this component when the wallet is clicked. Open on the right side with slide effect from right to left.
  • Blur the rest of the website (50%)

Describe Preferred Solution

  • The name of the template: WalletSidebarTemplate

  • Style:

border-radius: 20px 0px 0px 0px;
border-top: 1px solid var(--black-black-04-stroke, #353836);
border-left: 1px solid var(--black-black-04-stroke, #353836);
background: var(--Black-Black-02, #212322);
box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.40);
  • Style for Light Mode:
border-radius: 20px 0px 0px 0px;
border-top: 1px solid var(--White-White-02, #F0EEEE);
border-left: 1px solid var(--White-White-02, #F0EEEE);
background: var(--White-White-01, #F6F6F6);
box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.30);
  • What we are looking for (please do not consider the elements inside):
Dark Mode Light Mode
image image
  • Sizes:
display: flex;
width: 400px;
height: 720px;
flex-direction: column;
align-items: flex-start;

image

  • Properties:
Dark Mode Light Mode
image image
@0xneves 0xneves added the enhancement New features label Feb 13, 2024
@0xneves 0xneves added this to Swaplace Feb 13, 2024
@0xneves 0xneves moved this to 🔖 TODO in Swaplace Feb 13, 2024
@0xneves 0xneves changed the title feat: feat: background for walletSidebarTemplate Feb 13, 2024
@0xneves 0xneves changed the title feat: background for walletSidebarTemplate feat: background for WalletSidebarTemplate Feb 15, 2024
@eduramme eduramme moved this from 🔖 TODO to 🛠️ In Progress in Swaplace Feb 17, 2024
@eduramme eduramme moved this from 🛠️ In Progress to 🕵️‍♀️ In Review in Swaplace Feb 17, 2024
@eduramme eduramme moved this from 🕵️‍♀️ In Review to ✅ Done in Swaplace Feb 20, 2024
@heronlancellot
Copy link
Member

closed by #129

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features
Projects
Status: ✅ Done
Development

No branches or pull requests

3 participants