Skip to content

Commit

Permalink
uses @phila/pinboard 2.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 7, 2025
1 parent 0545e42 commit e720b67
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 41 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.89",
"@phila/pinboard": "^2.0.96",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-router": "^0.10.8"
},
Expand Down
16 changes: 0 additions & 16 deletions src/components/ExpandCollapseContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,3 @@ const parseTagsList = (list) => {
</div>
</div>
</template>

<style lang="scss">
// .td-style {
// font-size: 14px !important;
// }
//
// .td-textbox {
// padding-left: 2rem;
// }
//
// .section-title {
// margin-bottom: .5rem !important;
// }
</style>
21 changes: 2 additions & 19 deletions src/components/customGreeting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const props = defineProps({

<template>
<div
class="custom-greeting content"
class="main-greeting"
>
<div class="has-text-centered container">
<button
Expand All @@ -35,7 +35,7 @@ const props = defineProps({
>
<h3>About this directory</h3>
<p>This tool can help you find resources that assist Black males in Philadelphia. You can:</p>
<div class="callout list-div">
<div class="intro-list">
<ul>
<li>Browse the list of resources.</li>
<li>Search by address or keyword.</li>
Expand All @@ -48,20 +48,3 @@ const props = defineProps({
</div> <!-- end of main-area -->
</div>
</template>

<style lang="scss" scoped>
.greeting-button {
background-color: #0f4d90 !important;
border-color: #0f4d90 !important;
font-size: 1rem;
color: white;
cursor: pointer;
margin: 1rem;
}
.greeting-button:hover {
background-color: #444444 !important;
}
</style>
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 e720b67

Please sign in to comment.