darwinia-network / home

https://darwinia.network/#/about
https://darwinia.network
4 stars 6 forks source link

Subscribe Button should have an action #417

Open nblogist opened 3 months ago

nblogist commented 3 months ago

image In the current website there is no possibility of clicking subscribe after adding the email, Suggestion: If we don't have anything planned immediately, I recommend we put a popup note on mouse hover that says coming soon.

CC @hackfisher lmk pls! I'll add it in the new version

JayJay1024 commented 3 months ago

If the entered email format is correct, you can click to Subscribe normally. Its code is here: https://github.com/darwinia-network/home/blob/master/src/components/Subscribe.tsx#L58

hackfisher commented 3 months ago

In the current website there is no possibility of clicking subscribe after adding the email,

After testing, I found it works on the current website.

If we don't have anything planned immediately, I recommend we put a popup note on mouse hover that says coming soon.

I would suggest keep it same as current implemented, and can refer code of current website for implementation.

nblogist commented 2 months ago

@hackfisher i just checked on the current hosted version, it has a cross on the pointer when trying to click subscribe. How do you want it changed?

JayJay1024 commented 2 months ago

Can you take a screenshot? It looks like this on my end👇, is there anything wrong with that?

image image