Closed
Bug 516498
Opened 16 years ago
Closed 16 years ago
Make Submit Your Add-on box prettier
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.1
People
(Reporter: fligtar, Assigned: smccammon)
Details
Attachments
(5 files)
|
3.04 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
|
202 bytes,
image/png
|
Details | |
|
198.40 KB,
image/png
|
Details | |
|
2.88 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
|
392 bytes,
patch
|
fligtar
:
review+
|
Details | Diff | Splinter Review |
mccammos (I think) had the idea to make the Submit Your Add-on box a promo box, which is cool.
We should style it to make it look like the mockup though, particularly the button.
http://people.mozilla.com/~chowse/drop/developer_amo/v4/Homepage.png
Also, the link should go to /developers/addon/submit. It would be cool if there was some way to replace a link with a Cake link, like %/developers/addon/submit% is replaced with $html->url('/developers/addon/submit') or something, but if that's too hard, we can have it be an absolute locale-agnostic link.
| Assignee | ||
Comment 1•16 years ago
|
||
I can pretty easily add some magic link syntax when I tweak the promo box admin dashboard for bug 512816.
Someone else might be better/more efficient at creating a new button style though, but I'll have at it if I can get my other P1's knocked out in a timely fashion.
Comment 2•16 years ago
|
||
Chowse needs to create the button bug like the other buttons.
Example:
https://preview.addons.mozilla.org/css/amo2009/../../img/amo2009/bg/button-green.jpg
Extra-large to accommodate font size and text length increases. After that creating the button should just be copying over the other styles and changing colors.
| Assignee | ||
Comment 3•16 years ago
|
||
Magic URL syntax for promobox headings and bodies. Depends on attachment 401521 [details] [diff] [review].
turns: href="%/something%"
into: href="<?=$html->url('/something')?>"
Attachment #401526 -
Flags: review?(clouserw)
Updated•16 years ago
|
Attachment #401526 -
Flags: review?(clouserw) → review+
| Reporter | ||
Comment 4•16 years ago
|
||
Since it sounds like Ryan isn't doing the button styling here anymore, this is the background needed.
| Assignee | ||
Comment 5•16 years ago
|
||
| Assignee | ||
Comment 6•16 years ago
|
||
This looks good to me, but I know that I'm not particular enough in the styling department to be the best judge. (see screenshot in attachment 401606 [details])
Open to any suggestions for a better class name than "cool" for a dark blue button.
Attachment #401607 -
Flags: review?(clouserw)
Updated•16 years ago
|
Attachment #401607 -
Flags: review?(clouserw) → review+
Comment 7•16 years ago
|
||
Comment on attachment 401607 [details] [diff] [review]
New Button Patch v1
screenshot looks fine to me
| Assignee | ||
Comment 8•16 years ago
|
||
| Reporter | ||
Comment 9•16 years ago
|
||
Reopening - the button is somehow green now and should be blue.
Also, I did not realize that the mockups called for blue sidebar box headings, but I actually prefer the black ones since everything else is blue. My quick informal poll of one person sitting around me also preferred black, so let's change them back to black. Sorry about that.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•16 years ago
|
||
As for the sidebar button, the promobox content simply needed to be edited to use the new button style. (I just did this on preview)
Attachment #401926 -
Flags: review?(clouserw)
| Reporter | ||
Comment 11•16 years ago
|
||
Comment on attachment 401926 [details] [diff] [review]
Revert h2 h3 colors
Thanks Scott <3
Attachment #401926 -
Flags: review?(clouserw) → review+
| Assignee | ||
Comment 12•16 years ago
|
||
Headings are back in black with r52039.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Where is this testable? I don't see it on https://preview.addons.mozilla.org/en-US/developers, ostensibly because the Extend Firefox promo is there right now.
| Assignee | ||
Comment 14•16 years ago
|
||
(In reply to comment #13)
> Where is this testable? I don't see it on
> https://preview.addons.mozilla.org/en-US/developers, ostensibly because the
> Extend Firefox promo is there right now.
This promo is shown in the sidebar of the hub homepage - currently only to visitors (anyone who has zarro add-ons).
Comment 15•16 years ago
|
||
Verified, FIXED.
https://preview.addons.mozilla.org/en-US/developers
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Keywords: push-needed
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•