Skip to content

Commit

Permalink
more changes to make it closed sites work while gray
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Aug 21, 2024
1 parent 4f78102 commit 54caa8d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExpandCollapseContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
:item="item"
/>
<official-ballot-return-drop-box
v-if="section === 'Official mail-in ballot drop box'"
v-if="section === 'Official mail-in ballot drop box' || section === 'Mail-in ballot drop box (not open for special election)'"
:item="item"
/>
</div>
Expand Down
12 changes: 12 additions & 0 deletions src/i18n/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default {
'Election office': 'Election offices',
'Official mobile mail-in ballot return': 'Official mobile mail-in ballot return',
'Official mail-in ballot drop box': 'Official mail-in ballot dropboxes',
'Mail-in ballot drop box (not open for special election)': 'Mail-in ballot drop box (not open for special election)',
},
sections: {
'Election office': {
Expand Down Expand Up @@ -102,6 +103,17 @@ export default {
callout1: 'On Election Day, dropboxes will be locked at precisely 8 p.m.',
callout2: '',
},
'Mail-in ballot drop box (not open for special election)': {
header: 'Mail-in ballot dropboxes (not open for special election)',
englishName: 'Mail-in ballot dropbox (not open for special election)',
p1: '\
If a drop box is full, not functioning, or is damaged in any way, call (215) 686-3469 or email <a href="mailto:vote@phila.gov">vote@phila.gov</a>. \
',
h2: '',
dates: '',
callout1: 'On Election Day, dropboxes will be locked at precisely 8 p.m.',
callout2: '',
},
},
beforeYouGo: 'Before you go',
checkSite: 'Eligibility requirements and testing hours vary by site. Be sure to check site details to arrange for testing.',
Expand Down
5 changes: 5 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ pinboard({
titleSingular: 'Official mail-in ballot drop box',
color: '#4F6D0A',
},
'Mail-in ballot drop box (not open for special election)': {
title: 'Mail-in ballot drop boxes (not open for special election)',
titleSingular: 'Mail-in ballot drop box (not open for special election)',
color: '#a1a1a1',
},

},
legendControls,
Expand Down

0 comments on commit 54caa8d

Please sign in to comment.