Closed
Bug 1566007
Opened 5 years ago
Closed 5 years ago
Create loader component for manifest
Categories
(DevTools :: Application Panel, enhancement, P1)
DevTools
Application Panel
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: ogasidlo, Assigned: ladybenko)
References
(Blocks 1 open bug)
Details
User Story
Scope: - Create a simple view component that hooks with the Actor to fetch manifest data - Create Redux state to store Manifest data - Have this component display messages depending on the data received. Ex: "We have manifest data" "There is no manifest found" - Add tests
Attachments
(3 files)
We need to create a view component for the manifest to show the manifest data.
Scope:
- Add a new folder
components/manifest
(don't forget to add to moz.build) - Create a new, simple view component that renders one of two messages:
- "We have manifest data"
- "There is no manifest found"
- Add test
- "If no manifest, a message is displayed"
- "If data, a message is displayed"
Reporter | ||
Updated•5 years ago
|
Type: task → enhancement
Updated•5 years ago
|
Priority: P3 → P2
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → ogasidlo
Status: NEW → ASSIGNED
Priority: P2 → P1
Reporter | ||
Updated•5 years ago
|
Assignee: ogasidlo → nobody
Status: ASSIGNED → NEW
Priority: P1 → P2
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → balbeza
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•5 years ago
|
User Story: (updated)
Assignee | ||
Updated•5 years ago
|
Summary: Create view component for manifest → Create loader component for manifest
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by balbeza@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f592bc2ab1c6
Part 1: Create Redux state/reducers/actions to hold manifest data r=Ola
https://hg.mozilla.org/integration/autoland/rev/02cee4707a57
Part 2 : Add ManifestLoader component r=Ola,fluent-reviewers,flod
https://hg.mozilla.org/integration/autoland/rev/06dabcce3715
Part 3: Add tests (jest + mochitest) r=Ola
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f592bc2ab1c6
https://hg.mozilla.org/mozilla-central/rev/02cee4707a57
https://hg.mozilla.org/mozilla-central/rev/06dabcce3715
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
•