fune/browser/components/migration/docs
Mike Conley 0eede08ea7 Bug 1819343 - Allow MigrationWizard initialization to be kicked off either on binding to the DOM or with script. r=kpatenio,settings-reviewers,Gijs
Up until now, we've used the connectedCallback to initialize the MigrationWizard. That's
been fine, except that it requires us to remove and then re-add the element to the DOM
if we want to "reset" it and start over.

This patch adds a method "requestState" to the MigrationWizard that kicks off the
initialization. Embedders can set the `auto-request-state` attribute on the
element if they're happy to just use the connectedCallback.

Finally, this adds an intrinsic width to the entire MigrationWizard element to reduce
flicker when transitioning between states.

Differential Revision: https://phabricator.services.mozilla.com/D171742
2023-03-06 21:39:01 +00:00
..
index.rst Bug 1802961 - Generate documentation for the browser/components/migration component. r=kpatenio 2022-12-06 17:50:40 +00:00
migration-utils.rst Bug 1802961 - Generate documentation for the browser/components/migration component. r=kpatenio 2022-12-06 17:50:40 +00:00
migration-wizard-architecture-diagram.svg Bug 1802961 - Add additional documentation for the new Migration Wizard component. r=kpatenio 2022-12-06 17:50:40 +00:00
migration-wizard.rst Bug 1819343 - Allow MigrationWizard initialization to be kicked off either on binding to the DOM or with script. r=kpatenio,settings-reviewers,Gijs 2023-03-06 21:39:01 +00:00
migrators.rst Bug 1750450 - doc: fix some 'Title underline too short' warnings DONTBUILD 2022-12-31 16:33:30 +00:00