Create a setting-control element to render new setting designs
Categories
(Firefox :: Settings UI, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: mstriemer, Assigned: mstriemer)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(2 files)
We'll need a component to render the actual setting controls based on a Setting object from preferencesBindings.js. This will get used when the redesign is enabled
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
This adds an initial setting-control web component that can render a
moz-checkbox based setting. This will be controlled by a pref to reduce
any churn on the Settings page while we make changes related to Settings
Redesign 2025.
Depends on D240400
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
Refactor the setting-group and setting-control a little to support
passing in the Preferences.getSetting function rather pulling it off of
window.
Add basic Storybook stories for setting-group and setting-control.
Depends on D240402
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/54153bd9f6c4
https://hg.mozilla.org/mozilla-central/rev/79443cadca96
Description
•