Skip to content

Commit fa14294

Browse files
committed
init code #5341
1 parent c84b912 commit fa14294

File tree

6 files changed

+5476
-5210
lines changed

6 files changed

+5476
-5210
lines changed

__tests__/shared/components/Settings/Preferences/Email/__snapshots__/index.jsx.snap

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,67 +12,68 @@ exports[`renders email preferences setting page correctly 1`] = `
1212
<div
1313
className="src-shared-components-Settings-Preferences-Email-___styles__sub-title___2Fh1W"
1414
>
15-
Your preferences
15+
Newsletters
1616
</div>
1717
<div
1818
className="src-shared-components-Settings-Preferences-Email-___styles__preferences-container___38AVF"
1919
>
2020
<ToggleableItem
21-
checked={false}
22-
id="Pipeline"
21+
id="9f950b43a1"
2322
onToggle={[Function]}
2423
primaryText="Challenge Pipeline"
2524
secondaryText="Subscribe to this newsletter if you want to get updates on the types of challenges coming up in the future. To view these challenges at your leisure you can always visit the <a href=\\"https://www.topcoder.com/community/pipeline\\" style=\\"color:#0d61bf;text-decoration:underline\\">Challenge Pipeline</a> page."
26-
value="Pipeline"
25+
value="9f950b43a1"
2726
/>
2827
<ToggleableItem
29-
checked={false}
30-
id="Gig Work"
28+
id="d0c48e9da3"
3129
onToggle={[Function]}
3230
primaryText="Gig Work"
3331
secondaryText="This newsletter gets sent out at various times, specifically when we have an opportunity of mass appeal. For more information you can visit the <a href=\\"https://www.topcoder.com/community/taas\\" style=\\"color:#0d61bf;text-decoration:underline\\">Gig Work</a> page."
34-
value="Gig Work"
32+
value="d0c48e9da3"
3533
/>
3634
<ToggleableItem
37-
checked={false}
38-
id="Monthly Newsletter"
35+
id="a8f858cdf1"
3936
onToggle={[Function]}
4037
primaryText="Monthly Newsletter"
4138
secondaryText="This newsletter gets sent out at the end of every month and contains a variety of important information across all of our tracks."
42-
value="Monthly Newsletter"
39+
value="a8f858cdf1"
4340
/>
4441
<ToggleableItem
45-
checked={false}
46-
id="Marathon Match Reminders"
42+
id="5e67dba327"
4743
onToggle={[Function]}
4844
primaryText="Marathon Match Reminders"
4945
secondaryText="Receive updates whenever a new marathon match is scheduled."
50-
value="Marathon Match Reminders"
46+
value="5e67dba327"
5147
/>
5248
<ToggleableItem
53-
checked={false}
54-
id="Single Round Match Reminders"
49+
id="9091b438cc"
5550
onToggle={[Function]}
5651
primaryText="Single Round Match (SRM) Reminders"
5752
secondaryText="Attention Competitive Programmers! If there is any newsletter you are subscribing too, it better be this one. Receive updates when a new SRM event is scheduled."
58-
value="Single Round Match Reminders"
53+
value="9091b438cc"
5954
/>
6055
<ToggleableItem
61-
checked={false}
62-
id="TCO Tuesdays"
56+
id="603c900c32"
6357
onToggle={[Function]}
6458
primaryText="TCO Newsletter"
6559
secondaryText="For all the latest updates surrounding the <a href=\\"https://www.topcoder.com/community/member-programs/topcoder-open\\" style=\\"color:#0d61bf;text-decoration:underline\\">Topcoder Open</a> you should definitely be subscribing to this one. Expect an update in your mailbox every Tuesday!"
66-
value="TCO Tuesdays"
60+
value="603c900c32"
6761
/>
6862
<ToggleableItem
69-
checked={false}
70-
id="RDM"
63+
id="3460574ddd"
7164
onToggle={[Function]}
7265
primaryText="Rapid Development Match (RDM) Reminders"
7366
secondaryText="Receive notifications of our brand new RDMs! These rated, development matches will be a fun new way to engage with us!"
74-
value="RDM"
67+
value="3460574ddd"
7568
/>
7669
</div>
70+
<div
71+
className="src-shared-components-Settings-Preferences-Email-___styles__sub-title-2___1GflT"
72+
>
73+
Programs
74+
</div>
75+
<div
76+
className="src-shared-components-Settings-Preferences-Email-___styles__preferences-container___38AVF"
77+
/>
7778
</div>
7879
`;

0 commit comments

Comments
 (0)