atapas / promiviz

Visualize JavaScript Promises on the browser. Visualize the JavaScript Promise APIs and learn. It is a playground to learn about promises faster, ever!
https://promiviz.vercel.app
MIT License
98 stars 43 forks source link

add hover effects to cards #21

Closed kkartik07 closed 1 year ago

kkartik07 commented 2 years ago

20 Hi! I added some hover effects to the cards. Also made minor UI enhancements.

Please review and accept my PR. Thanks.😃

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
promiviz ✅ Ready (Inspect) Visit Preview Oct 10, 2022 at 5:32AM (UTC)
kkartik07 commented 2 years ago

I didn't get you. I had added hover effects to the cards only (those 3 boxes). Please clarify this.

atapas commented 2 years ago

I didn't get you. I had added hover effects to the cards only (those 3 boxes). Please clarify this.

Once the promise resolves, it should've the color indications

image
kkartik07 commented 2 years ago

I have made the required changes. Please review. Thanks.