Closed
Bug 934205
Opened 10 years ago
Closed 7 years ago
Add link to install more themes from the Add-on Manager
Categories
(Toolkit :: Add-ons Manager, enhancement)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | verified |
People
(Reporter: MattN, Assigned: jaws)
Details
(Keywords: ux-discovery)
Attachments
(2 files, 2 obsolete files)
58 bytes,
text/x-review-board-request
|
MattN
:
review+
|
Details |
275.49 KB,
image/png
|
jaws
:
ui-review+
|
Details |
I've had multiple people ask me how to install new themes in Firefox because they couldn't figure it out on their own. There is a section on the Get Add-ons tab for Featured Themes but there are some issues with that: 1) For some people this section is below-the-fold depending on their resolution and the current layout of the content on the server. 2) Some people don't think of themes as add-ons and don't even look at the get add-ons section. There is also the search box in the add-on manager which can search AMO but it doesn't include new themes since AMO uses two separate search indices for extensions and themes. There isn't an API to search both and that's unlikely to be fixed anytime soon as there were technical reasons which caused them not to be combined when getpersonas.com merged into AMO.
Reporter | ||
Comment 1•10 years ago
|
||
I propose that we add an info-bar like the plugin-check one which links to the AMO theme homepage (https://addons.mozilla.org/firefox/themes/ ). That page includes both lightweight and full themes for installation. It's not necessarily the ideal solution but based on the various solutions I considered, it seemed like the right one, at least as an incremental improvement.
Attachment #826399 -
Flags: review?(bmcbride)
Reporter | ||
Comment 2•10 years ago
|
||
Attachment #826401 -
Flags: ui-review?(jboriss)
Reporter | ||
Updated•10 years ago
|
Keywords: ux-discovery
Comment 3•10 years ago
|
||
Comment on attachment 826399 [details] [diff] [review] v.1 Add info-bar with a link to AMO theme homepage Review of attachment 826399 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/mozapps/extensions/content/extensions.js @@ +716,5 @@ > } > }, > > + cmd_getThemes: { > + isEnabled: () => true, Not all applications will define the extensions.getAddons.themes.browseURL preference, and it does need to stay per-application. So if the pref doesn't have a value, you'll need to ensure this command is disabled, and the infobar is hidden.
Attachment #826399 -
Flags: review?(bmcbride) → review-
Reporter | ||
Updated•10 years ago
|
Blocks: fxdesktopbacklog
Whiteboard: p=0
Reporter | ||
Updated•10 years ago
|
Updated•10 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: MattN+bmo → jaws
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•7 years ago
|
||
The updated patch uses similar language from the Customize mode when the palette is empty. There we use the wording, "Want more tools? _Choose from thousands of add-ons_" (where the _ signifies a link). This patch uses "Looking to personalize your browser? _Choose from thousands of themes._" Verdi, can you approve this?
Attachment #8820115 -
Flags: ui-review?(mverdi)
Assignee | ||
Updated•7 years ago
|
Attachment #826401 -
Attachment is obsolete: true
Attachment #826401 -
Flags: ui-review?(jboriss)
Assignee | ||
Updated•7 years ago
|
Attachment #826399 -
Attachment is obsolete: true
Reporter | ||
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8819615 [details] Bug 934205 - Add link to install more themes from the Add-on Manager. Original patch written by MattN. https://reviewboard.mozilla.org/r/99340/#review100050 Thanks for finishing this up!
Attachment #8819615 -
Flags: review?(MattN+bmo) → review+
Comment 8•7 years ago
|
||
Comment on attachment 8820115 [details]
appearance.png
Let's make this consistent with the disco pane - a blue button with the string, "See more themes" below the list of installed themes.
Attachment #8820115 -
Flags: ui-review?(mverdi) → ui-review-
Comment 9•7 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #6) > Created attachment 8820115 [details] > appearance.png > > The updated patch uses similar language from the Customize mode when the > palette is empty. There we use the wording, "Want more tools? _Choose from > thousands of add-ons_" (where the _ signifies a link). > > This patch uses "Looking to personalize your browser? _Choose from thousands > of themes._" > > Verdi, can you approve this? After more consideration, let's go with the design as submitted.
Comment 10•7 years ago
|
||
Pushed by jwein@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/387e7c8bcc51 Add link to install more themes from the Add-on Manager. Original patch written by MattN. r=MattN
Assignee | ||
Comment 11•7 years ago
|
||
Comment on attachment 8820115 [details]
appearance.png
Thanks! Adjusting the flag based on previous comment from :verdi.
Attachment #8820115 -
Flags: ui-review- → ui-review+
Comment 12•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/387e7c8bcc51
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•7 years ago
|
Flags: qe-verify+
Comment 13•7 years ago
|
||
Verified fixed FX 53.0a2 (2017-03-06) Win 10, Ubuntu 14.04, OS X 10.11.
You need to log in
before you can comment on or make changes to this bug.
Description
•