Closed
Bug 1161854
Opened 10 years ago
Closed 10 years ago
Create site tiles for use on listing pages, update button and labels for apps too
Categories
(Marketplace Graveyard :: Consumer Pages, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2015-05-19
People
(Reporter: ddurst, Assigned: kngo)
References
Details
Site tiles should use the data (from the model) described in the design document.
Note that buttons and labels change for apps as well (sites say "Open", apps say "Install" -- next to the button are prices and "app" or "website").
Reporter | ||
Comment 1•10 years ago
|
||
Design has noted already that this will require the layout of info in the tile to change -- it will have to be "stacked"
Reporter | ||
Comment 2•10 years ago
|
||
Also, note that site tiles are unaffected by the "Toggle App Previews" actions; they have only one view.
Reporter | ||
Comment 3•10 years ago
|
||
To save some confusion:
Which link from the website data to present to which platform is determined by three fields (temporary names as model changes are pending): DesktopURL, IsResponsive, MobileURL.
If DesktopURL != MobileURL and IsResponsive:
* tablet gets DesktopURL
* mobile gets MobileURL
If DesktopURL != MobileURL and IsResponsive and MobileURL is blank:
* tablet gets DesktopURL
* mobile gets DesktopURL
If DesktopURL != MobileURL and not IsResponsive:
* tablet gets MobileURL
* mobile gets MobileURL
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → kngo
Reporter | ||
Updated•10 years ago
|
Severity: normal → enhancement
Priority: -- → P1
Assignee | ||
Comment 4•10 years ago
|
||
updated buttons and labels https://github.com/mozilla/fireplace/pull/1195
Assignee | ||
Comment 5•10 years ago
|
||
https://github.com/mozilla/fireplace/pull/1218
No multiplexing between the mobile/desktop URLs yet until we get them in the API.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2015-05-19
Assignee | ||
Comment 6•10 years ago
|
||
Note to QA: this will not be verifiable until we get sites into the API and flip the flag.
You need to log in
before you can comment on or make changes to this bug.
Description
•