-
Notifications
You must be signed in to change notification settings - Fork 21
Download button is wrong #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👍 But maybe instead of separate page, some (maybe animated) pop-over or iTunes-like sliding pane? |
I first also thought about revealing this info via an animation, but it has a couple of drawbacks:
|
Hmm (not tested) document.getElementById("download-stable")
.addEventListener("click", function(e) {
document.getElementById("download-pane").classList.toggle("visible");
}); and then some CSS Transition magic 😄 HTML5 is awesome!
Hmm, what about mixing these two approaches? Download page's contents will be put inside a partial template. It will be rendered as an animated pane on the front page and as a separate page. Download button will point to that separate page. Two birds killed with one stone. |
Yep, this is the best approach. |
Download button at the main page feels weird. Preferably, the user should never see the ugly
plugins.jetbrains.com
.What do you think about the following UI: the button says Install, and it is simply a link to a page which explains how to install alpha/nightly channel from within IDE?
The text was updated successfully, but these errors were encountered: