Closed
Bug 1183728
Opened 10 years ago
Closed 10 years ago
[Contacts][NGA] Connect #new self-contained view to the app.
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(b2g-master fixed)
RESOLVED
FIXED
FxOS-S4 (07Aug)
Tracking | Status | |
---|---|---|
b2g-master | --- | fixed |
People
(Reporter: borjasalguero, Assigned: borjasalguero)
References
Details
(Whiteboard: [NG Gaia Contacts][patch])
Attachments
(2 files)
No description provided.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → borja.bugzilla
Updated•10 years ago
|
Whiteboard: [NG Gaia Contacts]
Updated•10 years ago
|
Target Milestone: --- → FxOS-S3 (24Jul)
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Whiteboard: [NG Gaia Contacts] → [NG Gaia Contacts][patch]
Updated•10 years ago
|
Target Milestone: FxOS-S3 (24Jul) → FxOS-S4 (07Aug)
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Attachment #8634190 -
Flags: review?(francisco)
Assignee | ||
Updated•10 years ago
|
Attachment #8634190 -
Flags: review?(b.mcb)
Comment 2•10 years ago
|
||
Comment on attachment 8634190 [details] [review]
[gaia] borjasalguero:new > mozilla-b2g:master
Looks great and works fine on my device!
Good job =)
Attachment #8634190 -
Flags: review?(b.mcb) → review+
Comment 3•10 years ago
|
||
Comment on attachment 8634190 [details] [review]
[gaia] borjasalguero:new > mozilla-b2g:master
Once addressed the nits and added the workaround to recover the theme:
var meta = document.querySelector('meta[name="theme-color"]');
document.head.removeChild(meta);
meta = document.createElement('meta');
meta.content = 'var(--header-background)';
meta.name = 'theme-color';
document.head.appendChild(meta);
this is looking awesome!
Attachment #8634190 -
Flags: review?(francisco) → review+
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
status-b2g-master:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•