Skip to content

Commit

Permalink
Merge pull request #1183 from NYCPlanning/DH5-search-history
Browse files Browse the repository at this point in the history
Add Search History
  • Loading branch information
dhochbaum-dcp authored Apr 24, 2024
2 parents 8d99429 + ca0c9fa commit 465982e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions app/templates/components/map-resource-search.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
data-test-search="resource"
@onSelect={{action "handleSearchSelect"}}
@typeTitleLookup={{this.resourceTitleLookup}}
@useSearchHistory={{true}}
/>
<LabsBblLookup
data-test-search="bbl"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@mapbox/mapbox-gl-draw": "^1.0.0",
"@nycplanning/ember": "^3.0.0",
"@nycplanning/ember": "^3.1.0",
"@nycplanning/ember-cli-foundation-6-sass": "^0.1.0",
"@nycplanning/ember-cli-nouislider": "^1.3.0",
"@nycplanning/ember-mapbox-gl-draw": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2216,10 +2216,10 @@
dependencies:
ember-cli-babel "^7.1.2"

"@nycplanning/ember@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@nycplanning/ember/-/ember-3.0.0.tgz#8103d7ecae91218d0b91ac7eaf9350e3bf2cb4b6"
integrity sha512-qDRAWm3A+ubNjet9UTnEW6QzPDdG5OaTaZ0o8W3e9Oz8S0kvllCVEDNYml2U30DuUZ4zAGR1i7r9QSmfTAWTkA==
"@nycplanning/ember@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@nycplanning/ember/-/ember-3.1.0.tgz#34523670fb9bb5216efcd428c9222a0b21d0d0a8"
integrity sha512-DBZV9RVJEgttRMeauf0owwI6hqvCK3VS58ftQvAa9EZppqHicu2fDHM+yVpl3kIY17GV/AnE0Z8HmdNfOTf2QA==
dependencies:
"@turf/union" "^6.0.0"
ember-auto-import "^2.6.3"
Expand Down

0 comments on commit 465982e

Please sign in to comment.