Skip to content

Commit

Permalink
pushes to testing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Dec 24, 2024
1 parent 1828b02 commit 4952f48
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 21 deletions.
42 changes: 26 additions & 16 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/pro-regular-svg-icons": "^6.6.0",
"@phila/phila-ui-core": "^1.0.18",
"@phila/pinboard": "^2.0.65",
"@phila/pinboard": "^2.0.69",
"date-fns": "^4.1.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-router": "^0.10.8"
},
Expand Down
1 change: 1 addition & 0 deletions public/images/location-crosshairs-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/ExpandCollapseContent.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup>
import { ref, computed, getCurrentInstance, onBeforeMount, onMounted, watch } from 'vue';
// import { useRoute, useRouter } from 'vue-router';
import useLocalSharedFunctions from '../composables/useLocalSharedFunctions.js';
Expand Down
6 changes: 3 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let $config = {
},
anySearch: true,
allowZipcodeSearch: true,
allowZipcodeInDataSearch: false,
// allowZipcodeInDataSearch: false,
allowPrint: true,
showBuffers: true,
resetDataOnGeocode: true,
Expand Down Expand Up @@ -421,8 +421,8 @@ let $config = {
// },
},
holidays: {
forceBanner: false,
// forceBannerMessage: 'holidayClosureAllSites_juneteenth',
forceBanner: true,
forceBannerMessage: 'holidayClosureAllSites_juneteenth',
automaticBanner: true,
// current: true,
// holidayName: 'holidayLaborDay',
Expand Down

0 comments on commit 4952f48

Please sign in to comment.