umputun / remark42

comment engine
https://remark42.com
MIT License
4.82k stars 374 forks source link

Improve information about email subscription #564

Open paskal opened 4 years ago

paskal commented 4 years ago

Currently, email subscription window looks like this:

image

I think the amount of information about the results of the subscription right now is not enough. My suggestion is to have an info button next to the text, which will show an explanation like the following:

Subscribe to all replies to your comments and all discussions under them.

About the form, it can be a small non-modal window or just a text box which shows under the current text in the same box and hides by clicking a cross button.

paskal commented 1 year ago

The window for email login is modal and wouldn't disappear once a user clicks outside of it:

image

With an email subscription, it's not the case, and the window disappears once a user clicks outside of it:

image

Also, the subscription form token input field doesn't respect the dark theme settings, unlike the login form. These two differences with the login form should be fixed.

Assigning it to you, @akellbl4, if you don't mind.