Skip to content

Commit

Permalink
uses pinboard 2.0.82, fixes colors, adds legend
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 3, 2025
1 parent b2c99f1 commit e17643d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fortawesome/pro-regular-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"@phila/phila-ui-core": "^1.0.18",
"@phila/pinboard": "^2.0.81",
"@phila/pinboard": "^2.0.82",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-router": "^0.10.8",
"vue-i18n": "^11.0.1"
Expand Down
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ let $config = {
'Official mobile mail-in ballot return': {
title: 'Official mobile mail-in ballot returns',
titleSingular: 'Official mobile mail-in ballot return',
color: '#4F6D0A',
color: '#721817',
},
'Official mail-in ballot drop box': {
title: 'Official mail-in ballot drop boxes',
titleSingular: 'Official mail-in ballot drop box',
color: '#721817',
color: '#4F6D0A',
},
'Mail-in ballot drop box (temporarily closed)': {
title: 'Mail-in ballot drop boxes (temporarily closed)',
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default defineConfig(({ mode }) => {
}
},
optimizeDeps: {
include: [ '@turf/jsts', 'maplibre-gl', 'concaveman' ],
// include: [ '@turf/jsts', 'maplibre-gl', 'concaveman' ],
// exclude: [ '@phila/pinboard' ]
// extensions: [".scss", ".sass"],
}
Expand Down

0 comments on commit e17643d

Please sign in to comment.