-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Staging to Main branch #1071
Conversation
# 1.0.0 (2025-01-02) ### Bug Fixes * **572:** fix webpack warnings + fix linting issues ([#574](https://github.com/CodeWritingCow/vacant-lots-proj/issues/574)) ([fbfd459](CodeWritingCow@fbfd459)) * Add focus styling to header links ([a99065c](CodeWritingCow@a99065c)) * Add href to dropdown items to increase link size ([2eb4667](CodeWritingCow@2eb4667)) * correct the scrolling on the map page ([a850237](CodeWritingCow@a850237)) * Remove nested link and button ([d93e8bd](CodeWritingCow@d93e8bd)) * Update footer markup structure for accessibility ([d5c2a33](CodeWritingCow@d5c2a33)) ### Features * **247:** make the mapbox legend more legible ([bcf6915](CodeWritingCow@bcf6915)) * **293:** sort features by priority of high, medium, low ([8cd1058](CodeWritingCow@8cd1058)) * **305:** expand the header width of single property table ([b25261e](CodeWritingCow@b25261e)) * **395:** add white background to backbutton bar ([a65f052](CodeWritingCow@a65f052)) * **395:** make property selection back button sticky ([6601201](CodeWritingCow@6601201)) * **457:** add filter count to button ([b35145a](CodeWritingCow@b35145a)) * **535:** add close download view button ([#579](https://github.com/CodeWritingCow/vacant-lots-proj/issues/579)) ([9bd2c53](CodeWritingCow@9bd2c53)) * **544:** adjust remove property section ([#580](https://github.com/CodeWritingCow/vacant-lots-proj/issues/580)) ([900af8e](CodeWritingCow@900af8e)) * **568:** restyle the property table ([#577](https://github.com/CodeWritingCow/vacant-lots-proj/issues/577)) ([2c8cc92](CodeWritingCow@2c8cc92)) * Add arrow icon to link ([6bce3fa](CodeWritingCow@6bce3fa)) * Add content to sidebar ([23d5c52](CodeWritingCow@23d5c52)) * Add council district ([e576218](CodeWritingCow@e576218)) * Add extra data to single detail page ([48e34fe](CodeWritingCow@48e34fe)) * Add font ([c1a8b93](CodeWritingCow@c1a8b93)) * Add font to map ([1491518](CodeWritingCow@1491518)) * Add font to search field ([3b08069](CodeWritingCow@3b08069)) * Add info cards ([8170944](CodeWritingCow@8170944)) * Add missing data and atlas link; style table ([8c260d4](CodeWritingCow@8c260d4)) * Add percentage, update column widths ([41caf77](CodeWritingCow@41caf77)) * Add priority color square ([ad5a9fa](CodeWritingCow@ad5a9fa)) * add redirect from map to find-properties ([439ed6c](CodeWritingCow@439ed6c)) * Add row scope ([f945979](CodeWritingCow@f945979)) * Add spacing below Back button ([7de48c5](CodeWritingCow@7de48c5)) * Address a few more links ([b3b6733](CodeWritingCow@b3b6733)) * Adjust table per requirements ([36e6cfa](CodeWritingCow@36e6cfa)) * Change Find Properties and Learn More to links ([1de0b47](CodeWritingCow@1de0b47)) * Close sidebar if clicking on empty map ([612117d](CodeWritingCow@612117d)) * Navigate to map on click; show popups ([183b6a2](CodeWritingCow@183b6a2)) * Open sidebar from map ([5474367](CodeWritingCow@5474367)) * Pass selected property to map view ([663f142](CodeWritingCow@663f142)) * underline links ([5f23d09](CodeWritingCow@5f23d09)) * Update aria label and role ([765e5a4](CodeWritingCow@765e5a4))
Replace Mapbox geocoding control with Maptiler Geocoding control. Comment out line of code that was causing NextJS Web application to crash.
…erty-address-search Fix issue with property address search not working
…-filtering Filtering for only main zones
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Just checked the code in staging. Looks like there's a bug where all properties disappear from the map when user selects a "suggested priority" filter. See screen recording. Screen.Recording.2025-01-08.at.1.34.28.AM.mov |
I'll look into what might be causing this buggy behavior. |
…rty-zone-filtering Revert "Filtering for only main zones"
Retested this PR in Vercel preview env. I confirmed the following:
See screen recording: Screen.Recording.2025-01-10.at.12.24.11.AM.mov |
We'll revisit PR 1064 later and see if it can be reimplemented without breaking the "Suggested Priority" filter. |
No description provided.