Commit a1d4eb7
feat: RAS setup UI and default Campaigns wizard (Automattic#2426)
* feat: start new RAS settings page (Automattic#2381)
* feat(memberships): content gate page (Automattic#2366)
* feat: start new RAS settings page
* feat: remove setup_complete state and update copy and list of prereqs
* chore: update copy of setup links
* chore: copy update
* chore: more copy updates
* fix: Avoid falal error on Reader Revenue wizard (Automattic#2382)
* chore: add TODO comment so we don’t forget to update the help URL
* fix: use correct method for checking ESP configuration
---------
Co-authored-by: Miguel Peixe <[email protected]>
Co-authored-by: leogermani <[email protected]>
* feat: update RAS settings layout to i3 designs (Automattic#2386)
* feat: start new RAS settings page
* feat: remove setup_complete state and update copy and list of prereqs
* chore: update copy of setup links
* chore: copy update
* chore: more copy updates
* chore: add TODO comment so we don’t forget to update the help URL
* fix: use correct method for checking ESP configuration
* feat: add expandable feature to ActionCard component
* chore: add expandable ActionCard example to comopnents demo page
* feat: update RAS settings page layout to i3 designs
* feat: limit saved config to each fields with save button
* feat: collapse cards when completing settings
* fix: if settings link to another page, show "Configure" button label instead of "Save"
* chore: remove TOOO statements for completed tasks
* chore: update inline doc
* chore: remove unnecessary inFlight param
* fix: error in React in webpack production builds using functional components
* fix: allow expandable cards to expand
* chore: remove console.log
* fix(amp): improved iframe polyfill and include vimeo
Co-authored-by: Leo Germani <[email protected]>
* chore(release): 1.111.1 [skip ci]
## [1.111.1](Automattic/newspack-plugin@v1.111.0...v1.111.1) (2023-04-03)
### Bug Fixes
* **amp:** improved iframe polyfill and include vimeo ([592eba7](Automattic@592eba7))
* feat(reader-registration): add recaptcha panel in the editor (Automattic#2397)
* feat: RAS default prompts wizard UI (Automattic#2399)
* feat: start new RAS settings page
* feat: remove setup_complete state and update copy and list of prereqs
* chore: update copy of setup links
* chore: copy update
* chore: more copy updates
* chore: add TODO comment so we don’t forget to update the help URL
* fix: use correct method for checking ESP configuration
* feat: add expandable feature to ActionCard component
* chore: add expandable ActionCard example to comopnents demo page
* feat: update RAS settings page layout to i3 designs
* feat: limit saved config to each fields with save button
* feat: collapse cards when completing settings
* fix: if settings link to another page, show "Configure" button label instead of "Save"
* chore: remove TOOO statements for completed tasks
* chore: update inline doc
* chore: remove unnecessary inFlight param
* refactor: split Prerequisites checklist item into its own component
* fix: missing props
* feat: scaffold layout components and user input fields data for prompt wizard
* fix: error in React in webpack production builds using functional components
* fix: allow expandable cards to expand
* chore: remove console.log
* feat: fetch prompt config from server or Popups presets
* chore: show loading state while prompts are being fetched
* feat: save user inputs and populate prompt content
* fix: add new components folder to engagement wizard
* feat: complete prompt save functionality
* feat: enable Continue button when all prompts are ready
* refactor: forgot about the "every" method
* feat: make RAS Campaign prerequisite card dynamic
* chore: improve docblock for update_prompt() method
* refactor: refactor Prerequisite component as TS
* chore: remove console.logs
* chore: add comment pointing to existing schema for prompt object
* feat: update path of RAS prompt wizard to be a subroute of RAS route
* feat: pre-populate input fields with default values
* refactor: prompt.js as prompt.tsx
* fix: add missing TS files
* chore: remove more console.logs
* fix: fixes for TS
* refactor: move RAS prompt API endpoints to Newspack Campaigns
* fix: error with Button prop
* feat: scroll to top on view change
* chore: remove unneeded middleware methods
* chore: remove unneeded middleware methods
* fix: typescript error
Co-authored-by: Miguel Peixe <[email protected]>
* fix: type errors
---------
Co-authored-by: Miguel Peixe <[email protected]>
* feat: add help info for preset prompts (Automattic#2415)
* feat: add help info for preset prompts
* style: tweak colors of recommendation list items
* feat: 'completed' splash page (Automattic#2416)
* feat: start building out completed splash screen
* feat: adding second component for individual list items
* feat: adding background border
* feat: fix bolding and correct number border spacing
* feat: switch from flexbox to grid
* feat: renaming the steps list compontent
* fix: wrong PromptType definition
* fix: add tabbed navigation to RAS "complete" screen
* fix: don’t collapse prompt card if saving to preview
* fix: move link to Complete screen to prompt wizard "Continue" button
* fix: section heading styles and add external link to help docs
* style: update styles to i3 designs
* feat: activation progress bar animation
* feat: activate RAS defaults with user input on command
* fix: only consider ESP setup if there are enabled lists
* fix: allow RAS prereq options to be editable before RAS is enabled
* fix: condition for preview request rendering
* fix: reader revenue platform requirements
* feat: make expandable card titles clickable
---------
Co-authored-by: Derrick Koo <[email protected]>
* feat: add handoff message for prerequisites (Automattic#2422)
* feat: update UI of Newsletters wizard
* feat: show handoff instructions and link back to RAS wizard in external wizard [ages
* chore: clarify lock message for subscription lists
* fix: also show handoff messages in Wizard component
* fix: typo
* chore: update message copy
* fix: only show hand-off message if the prerequisite object has instructions property
* chore: update copy throughout RAS UI
* fix: re-add missing props from Complete view
---------
Co-authored-by: Miguel Peixe <[email protected]>
Co-authored-by: leogermani <[email protected]>
Co-authored-by: matticbot <[email protected]>
Co-authored-by: Laurel <[email protected]>1 parent 75f8f36 commit a1d4eb7
File tree
34 files changed
+2184
-389
lines changed- assets
- blocks/reader-registration
- components/src
- action-card
- image-upload
- notice
- steps-list-item
- steps-list
- with-wizard-screen
- wizard
- wizards
- componentsDemo
- engagement
- components
- views
- newsletters
- reader-activation
- includes
- configuration_managers
- emails
- reader-activation
- wizards
34 files changed
+2184
-389
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
| |||
60 | 69 | | |
61 | 70 | | |
62 | 71 | | |
| 72 | + | |
63 | 73 | | |
| 74 | + | |
64 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
65 | 79 | | |
66 | 80 | | |
67 | 81 | | |
68 | 82 | | |
69 | 83 | | |
| 84 | + | |
70 | 85 | | |
71 | 86 | | |
72 | 87 | | |
73 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
74 | 92 | | |
75 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
76 | 97 | | |
77 | 98 | | |
78 | 99 | | |
| |||
95 | 116 | | |
96 | 117 | | |
97 | 118 | | |
98 | | - | |
| 119 | + | |
99 | 120 | | |
100 | 121 | | |
101 | 122 | | |
| |||
118 | 139 | | |
119 | 140 | | |
120 | 141 | | |
121 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
122 | 149 | | |
123 | 150 | | |
124 | 151 | | |
| |||
135 | 162 | | |
136 | 163 | | |
137 | 164 | | |
138 | | - | |
| 165 | + | |
139 | 166 | | |
140 | 167 | | |
141 | 168 | | |
| |||
176 | 203 | | |
177 | 204 | | |
178 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
179 | 211 | | |
180 | 212 | | |
181 | 213 | | |
| |||
193 | 225 | | |
194 | 226 | | |
195 | 227 | | |
196 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
197 | 231 | | |
198 | 232 | | |
199 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
149 | 167 | | |
150 | 168 | | |
151 | 169 | | |
| |||
155 | 173 | | |
156 | 174 | | |
157 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
158 | 181 | | |
159 | 182 | | |
160 | 183 | | |
| |||
168 | 191 | | |
169 | 192 | | |
170 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
171 | 201 | | |
172 | 202 | | |
173 | 203 | | |
| |||
348 | 378 | | |
349 | 379 | | |
350 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
351 | 387 | | |
352 | 388 | | |
353 | 389 | | |
| |||
393 | 429 | | |
394 | 430 | | |
395 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
396 | 475 | | |
397 | 476 | | |
398 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
117 | | - | |
| 123 | + | |
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments