Closed
Bug 1565172
Opened 5 years ago
Closed 5 years ago
Add routing support for Manifest page
Categories
(DevTools :: Application Panel, enhancement, P1)
DevTools
Application Panel
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: ogasidlo, Assigned: ogasidlo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Scope:
- create manifest component folder in
components/manifest
- create manifest view that renders a plain <div> without content (don't forget to add the files in the build! :D )
- add route for manifest `/manifest
- add test for
/manifest
route - make sure all tests pass
Comment 1•5 years ago
|
||
NEW scope:
- Add a manifest view component without content (or with placeholder content)
- Add support to the page switcher component to render this page
- Add support to Redux state / actions to handle this new page
Updated•5 years ago
|
Updated•5 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 2•5 years ago
|
||
Add routing support for Manifest page with simple CSS and fluent string for no manifest found
Updated•5 years ago
|
Assignee: nobody → ogasidlo
Status: NEW → ASSIGNED
Priority: P2 → P1
Pushed by ogasidlo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ee1d903b21e9
Add routing support for Manifest page, r=ladybenko,fluent-reviewers,flod
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•