website
website copied to clipboard
Create a sticky purchase bar
JSFiddle as an example: https://jsfiddle.net/tj111wzr/
This is kind of a few parts:
- Change the pay-what-you-want section to behave more like the humble-button widget in Appcenter with the popover dropdown
- Stick it to the page so that any time you're reading the home page you can start the download
- Remove the second call to action at the bottom of the page since this covers that functionality
Humble button for reference:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Do we have ideas for how this will work with #1443?
https://github.com/elementary/mockups/blob/master/web/payment%20data.svg
We could put that inside the popover after a separator instead of only when you click the custom area. Then the information would be available for when you're selecting the buttons as well
A sketch
And another
Some discussion about the progressbar: it would be a Patreon-like tier system that resets each month. In the interest of keeping salaries somewhat anonymized, developer tiers should be in terms of number of downloads based on the average download price.
Question about the suggested-action button arrow, If the popup could also show above the button, which how should the button arrow show? Should the popup only show below the button?
Is anybody currently working on this feature? (last update is from Nov/2017)
Nobody is that I know of. I have put a little bit of time to it, and noticed that we set overflow: hidden
on the body, which prevents position: sticky
. This will probably have some effects different pages besides the homepage.
Looking for a good fit to contribute over here...noticed this thread. I've got some time mid next week to tackle this if nobody else is on it.