Bug 1941807 - Add ability to toggle AboutWelcome screen content by clicking a configurable header r=omc-reviewers,jprickett
Support a second variant of the preonboarding modal design by adding the ability to configure a header that toggles visiblity of content tiles. - See design for [[ https://docs.google.com/presentation/d/1dDC9M9y-W3q90mkVRp4gq3p-x3u7F6qgy0jVeE4MwUw/edit#slide=id.g325219d6753_0_95 | modal Variant B ]] Differential Revision: https://phabricator.services.mozilla.com/D235325
This commit is contained in:
@@ -88,6 +88,7 @@ const MESSAGES = () => [
|
||||
display: "block",
|
||||
padding: "20px 0 0 0",
|
||||
width: "560px",
|
||||
overflow: "auto",
|
||||
},
|
||||
logo: {
|
||||
height: "40px",
|
||||
@@ -100,6 +101,7 @@ const MESSAGES = () => [
|
||||
raw: "Review the content below before continuing.",
|
||||
fontSize: "15px",
|
||||
},
|
||||
tiles_header: { title: "Click to toggle content tiles." },
|
||||
tiles: [
|
||||
{
|
||||
type: "embedded_browser",
|
||||
@@ -130,6 +132,7 @@ const MESSAGES = () => [
|
||||
},
|
||||
{
|
||||
type: "multiselect",
|
||||
style: { marginBlock: "18px" },
|
||||
data: [
|
||||
{
|
||||
id: "checkbox-test-1",
|
||||
|
||||
Reference in New Issue
Block a user