|
|
|
|
|
by microcolonel
2725 days ago
|
|
Cool, seems like it'd attract exactly the people who don't need it though. ;- ) I'll sign up I think! Edit: While I was signing up, I tried copying the verification code from the email, and it copied with the period from the email, so when I pasted it into the site it didn't work. Maybe put a zero-width space in there (U+200B) or ditch the period altogether. ;- ) Edit 2: The "start login" page didn't work the first time around. In the console I saw a 404 status on something. When I refreshed, it redirected me to the right page though. Give that signup and sign in flow a good test, I was almost ready to call it quits after trying a couple times! Edit 3: The countdown clock is jumping around a bit. Turns out the font for the numbers (Montserrat) is proportional, and does not support OpenType tabular number variants (in CSS you select these with: { font-variant-numeric: tabular-nums; }), so the countdown clock tends to jump each time a second passes and it is updated. Maybe nitpicky but it bothers me. |
|
re Edit) removed the period, hopefully that helps
re Edit 2) fixed the 404 issue: was a rare bug
User flow) I've now added Guest Pass login which will improve user flow in areas. I'm curious what exactly are some of the flow issues you hit more specifically.
re Edit 3) I switched to a monospaced font for the timer :)
EDIT #A: I've made the "signup/login" banner button to navigate to the registration page (with option to see login) instead of the login page by default. This should a much better flow as most users clicking the button will be those registering. Thanks for the tip!