BuidlGuidl / burnerwallet

https://burner.buidlguidl.com
MIT License
1 stars 1 forks source link

Adding Dynamic Colors #8

Closed ChangoMan closed 5 months ago

ChangoMan commented 5 months ago

Description

I have been playing with some options on how to add some dynamic colors, and this is something I came up with. I am using the Jazzicons (https://github.com/MetaMask/jazzicon) and then applying a glass blur effect, to give it a gradient feel like the mockups.

The Jazzicons are similar to Blockies in that they are derived from the ETH address, so we can get random colors for each burner wallet

After playing around, I think having the top part be colored and the bottom history be simple works the best, otherwise it looks a bit too busy.

I am also defaulting to the dark theme because it's something I prefer, but I can use light theme as well. Please take a look at the screenshots and let me know your thoughts on this approach!

Screenshots

Screenshot 2024-04-07 at 4 52 38 PM
carletex commented 5 months ago

This is looking amazing!

Will play with it and review soon.

Thanks!!

carletex commented 5 months ago

Love the use of jazzicon!

I see some lil stuff related to the dark theme. Will open an issue.

Since we are still iterating and this is not live, happy to merge this. I see that you are PRing against the other open PR. That can get messy somethings tho: usually I prefer to always branch from main, especially this one that seems unrelated.