Implement progress page for the migrator wizard
Categories
(Firefox :: Migration, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
Figma link to follow.
The progress page lists the various resources being imported, with an icon next to it indicating that it's either in progress or has been successfully imported.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
This fleshes out the progress page for the new migration wizard. For now, the page
accepts a progress state value, with keys mapping to displayed resource types,
and either a -1 to indicate that the resource is still being migrated, or
a string for the migration success state.
I chose -1 instead of 0 or null because this means I can use a false-y value
to indicate that a resource isn't being migrated at all and should be hidden.
| Assignee | ||
Comment 2•2 years ago
|
||
Comment 4•2 years ago
|
||
Backed out along with Bug 1809330 for failures on browser_dialog_cancel_close.js
More details: https://bugzilla.mozilla.org/show_bug.cgi?id=1809330#c3
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•