From 975131a28ec08d0906138bd30706583586d4cba8 Mon Sep 17 00:00:00 2001 From: dalemcgrew Date: Mon, 27 Nov 2023 06:22:49 -0800 Subject: [PATCH] =?UTF-8?q?A=20temporary=20fix=20for=20WV-168=20has=20been?= =?UTF-8?q?=20put=20in=20place,=20but=20the=20real=20problem=20relates=20t?= =?UTF-8?q?o=20=E2=80=9CisOnPartnerUrl=E2=80=9C=20not=20being=20set=20corr?= =?UTF-8?q?ectly=20in=20the=20AppObservableStore.=20This=20will=20need=20t?= =?UTF-8?q?o=20be=20corrected=20because=20we=20ideally=20do=20not=20want?= =?UTF-8?q?=20to=20offer=20the=20Friends=20and=20Discuss=20features=20on?= =?UTF-8?q?=20partner=20websites.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/common/components/FAQBody.jsx | 48 +++++++++++------- .../Navigation/SettingsPersonalSideBar.jsx | 49 +++++++++---------- 2 files changed, 55 insertions(+), 42 deletions(-) diff --git a/src/js/common/components/FAQBody.jsx b/src/js/common/components/FAQBody.jsx index 3d1ec3587..01ccbfb1e 100644 --- a/src/js/common/components/FAQBody.jsx +++ b/src/js/common/components/FAQBody.jsx @@ -66,7 +66,8 @@ export default class FAQBody extends Component { Who's behind We Vote?
- We Vote is a collaboration between two nonprofits ( + We Vote is a collaboration between two nonprofits + {' '} }> - WeVoteUSA.org - 501(c)(4) FEIN 81-1052585),  + WeVoteUSA.org - 501(c)(4) FEIN 81-1052585,  ) : ( <> @@ -91,7 +92,7 @@ export default class FAQBody extends Component { body="WeVoteUSA.org" /> - - 501(c)(4) FEIN 81-1052585),  + - 501(c)(4) FEIN 81-1052585,  )} both based in Oakland, CA. We do not support or oppose any political candidate or party. @@ -101,46 +102,54 @@ export default class FAQBody extends Component { No really, who are you?
- We Vote is a volunteer-driven movement. + We are volunteers from across the country, in over 22 states. See our + {' '} }> - We - rely on volunteers across the country who use - their engineering, design, and other skills to build - We Vote. We are over 100 people who have donated 12,000+ volunteer hours, including + , and join us! We use our engineering, design, marketing, and other skills to build + We Vote. We are over 400 people (60+ active) who have donated 20,000+ volunteer hours, including + {' '} }> - We also have a + We also have + {' '} }> - and volunteer board members. + . +
+
+ + How can I contact We Vote? +
Please feel free to reach out to us with questions via our }> + . + {' '} Our mailing address is:
We Vote @@ -230,9 +239,9 @@ export default class FAQBody extends Component { <> If you like We Vote, {' '} - please donate + please donate monthly {' '} - so we can do more to help voters. + so we can help more voters. )}
@@ -286,9 +295,14 @@ export default class FAQBody extends Component { url="https://wevote.applytojob.com/apply" target="_blank" className="open-web-site open-web-site__no-right-padding" - body="sign up to volunteer with We Vote." + body="sign up to volunteer" /> + {' '} + and + {' '} + donate $5 monthly + .

Let's get started! diff --git a/src/js/components/Navigation/SettingsPersonalSideBar.jsx b/src/js/components/Navigation/SettingsPersonalSideBar.jsx index ad21aef76..9c1d871a3 100644 --- a/src/js/components/Navigation/SettingsPersonalSideBar.jsx +++ b/src/js/components/Navigation/SettingsPersonalSideBar.jsx @@ -85,6 +85,7 @@ export default class SettingsPersonalSideBar extends Component { const { isOnPartnerUrl, isSignedIn, isOrganization, showPremiumFeatures, voterIsAdminForThisUrl } = this.state; const showSettingsInDevelopment = false; // If developing any of the new settings, change this to true const isOnPartnerUrlAndNotAdmin = isOnPartnerUrl && !voterIsAdminForThisUrl; + const alwaysTrue = true; // A temp fix for https://wevoteusa.atlassian.net/browse/WV-168 return (
@@ -145,31 +146,29 @@ export default class SettingsPersonalSideBar extends Component {
)} - {!isOnPartnerUrl && ( -
-
- - - Notifications - - -
+
+
+ + + Notifications + +
- )} +
- {!isOnPartnerUrl && ( + {alwaysTrue && (/* {!isOnPartnerUrl && ( */
- + )} - {(isSignedIn && !isOnPartnerUrl) && ( + {(isSignedIn && alwaysTrue/* && !isOnPartnerUrl */) && (
- +
- +
- +
- +
- +
- +