#989 closed defect (fixed)
"Add Media" Button location
Reported by: | michael | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | graphic design/interface | Keywords: | |
Cc: | Parent Tickets: |
Description
„Add Media“ Button is hidden
First you need to click small arrow icon in the upper right to open a hidden area where you can find this button
Change History (6)
comment:1 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 8 years ago
Dealsy, I'd also like to see the drop-down panel open by default, until you close it and this is recorded in a cookie/local storage. This would help with the usability problem where you don't know what's in the panel until you open it for the first time.
comment:3 by , 8 years ago
Owner: | removed |
---|---|
Status: | in_progress → review |
Okay all done, The panel menu will now either stay up or down depending on what the user decides by either click up or down. The code can be found on https://github.com/Dealsy/mediagoblin/tree/panel
comment:4 by , 8 years ago
Hi Dealsy,
Thanks for spending time sprinting with us at PyConAU!
I've tested the patch and it's working well. I've tweaked it a touch to add some documentation. New branch here:
https://gitlab.com/BenSturmfels/mediagoblin/tree/panel
Ready for review by a core developer.
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
Thank you, merged in 8216863!
Dealsy, how should we reference you in AUTHORS?
Hey Michael, Thanks for this info, I just had a thought that may make this a nicer feel for the user experience. So I propose to change the behavior of the drop-down button and add a js that will put a cookie in the site which means after a user clicks the button once, the cookie is created and from now on in that session, the menu will remain dropped even if the page is changed. Its not a huge issue but it makes it a bit nicer for the user. I will try to make this happen.