Closed Bug 574273 Opened 15 years ago Closed 11 years ago

[EB] Implement new "Add to mobile" buttons

Categories

(addons.mozilla.org Graveyard :: Collections, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX
4.x (triaged)

People

(Reporter: clouserw, Unassigned)

References

Details

(Whiteboard: [Q32010])

Electric bandwagon supports a special one-per-user collection for mobile add-ons. See "Type-specific Mobile Collections" in the spec for more details: https://docs.google.com/Doc?docid=0Acwo2Bn17-PrZGZudHRobnJfNjVjYnFqMm5kZw&hl=en This bug includes: - Complete development of new mobile buttons - modification of detection JS to serve mobile buttons on /mobile/ pages - Please keep the smorgasbord up to date with new buttons
Blocks: 574291
Target Milestone: --- → 5.11.6
Assignee: nobody → jbalogh
Target Milestone: 5.11.6 → 5.11.7
Target Milestone: 5.11.7 → 5.11.8
* Does /mobile/ on Mobile get "Add to Firefox"? * How do I know if they have the Collector? * What happens when I click "What is Add to Mobile"?
(In reply to comment #1) > * Does /mobile/ on Mobile get "Add to Firefox"? No > * How do I know if they have the Collector? You don't right now. I didn't realize the mocks had different states. For now, let's have the pop-up text be "This add-on will be installed on your device next time you sync using [Add-on Collector]" (goes to collector landing page > * What happens when I click "What is Add to Mobile"? It goes to the FAQ question that I'll add. Please make it faq#add-to-mobile
(In reply to comment #2) > (In reply to comment #1) > > * Does /mobile/ on Mobile get "Add to Firefox"? > > No Please elaborate. /mobile/ is going to always add to a collection? * "Download to desktop" sounds like '90s terminology.
Mobile on /mobile has normal Add to Firefox buttons so that someone using a mobile device can install the add-on directly Desktop on /mobile has Add to Mobile buttons that add to the mobile collection.
Potch said he can look at this if you can do any backend work that needs to happen. He'll probably bug you for tips and tricks about buttons.
potch: I can handle Add vs. Added on the backend.
I did something in http://github.com/jbalogh/zamboni/commit/1f1af4d. Issues: * I'm using <button> instead of <a.button> since we need to submit a form. The <button> has extra padding. * The mobile button needs to hide if we're on a mobile browser (z.browser.mobile). The Download button needs to turn into "Download to Desktop" if we're in Firefox. * The unreviewed popups get in the way of submitting the form. The popups expect to trigger other .button links, but now we need to trigger a form submission. * I don't know what will happen when "Download Now" turns into "Download to Desktop" as far as InstallTrigger goes.
Assignee: jbalogh → thepotch
Target Milestone: 5.11.8 → 5.11.9
Target Milestone: 5.11.9 → 4.x (triaged)
Assignee: thepotch → nobody
Thanks for filing this. Due to resource constraints we are closing bugs which we won't realistically be able to fix. If you have a patch that applies to this bug please reopen. For more info see http://micropipes.com/blog/2014/09/24/the-great-add-on-bug-triage/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.