Closed
Bug 985754
Opened 11 years ago
Closed 11 years ago
Update reviewer tools CSS to use media queries
Categories
(Marketplace Graveyard :: Reviewer Tools, enhancement, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-04-08
People
(Reporter: robhudson, Assigned: kngo)
Details
(Whiteboard: [feature])
Currently accessing the reviewer tools using a mobile device depends on a prior call to Marketplace that passes the ?dev= query string parameter. When this call happens the middleware checks dev and sets a cookie. This cookie is then checked for other requests that don't send the ?dev= query string parameter (like reviewer tools) and determines if it should use mobile or desktop templates.
This is super jank.
It's also the last remnants of what is actually using the `request.DESKTOP`, et al, parameters.
We should just use media queries in CSS.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kngo
Updated•11 years ago
|
Whiteboard: [feature]
Updated•11 years ago
|
Severity: normal → enhancement
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Priority: -- → P4
Target Milestone: --- → 2014-04-08
| Assignee | ||
Comment 2•11 years ago
|
||
STR:
Reviewer tools queue and apps review pages should look okay visually in mobile + desktop.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Is this issue related to this bug http://screencast.com/t/rpUg7hGo9k ? Thank you
Flags: needinfo?(kngo)
| Reporter | ||
Comment 4•11 years ago
|
||
Kevin: Can we also get rid of these uses of the `DESKTOP` context in the templates?
https://github.com/mozilla/zamboni/blob/master/mkt/reviewers/templates/reviewers/review.html#L69-L73
https://github.com/mozilla/zamboni/blob/master/mkt/developers/templates/developers/login.html#L7
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Flags: needinfo?(kngo)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•