* add tsc compile
* fix TS warning around headingLevel
* Temporary fix around availableFor type error
- correlated to fix needed in ticket 2000
* Add copy update from CEJST pages - STATUS doc
- Add a period in Get the Data box
- Update unselected side panel text
- Update text under explore the map
- Content and styling for territories note
- persistent FAB - “Help improve the tool”
- Water needs to be “Water and Wastewater”
- Styling on demographics ( show ) => (show)
- Update age in demographics to be Elderly over 65
- Wildfire description is not correct
- Lead paint description needs to be updated
- remove bullet from How you can help
- Footer - remove RFI
- Footer - remove Eng cal
- add sign up link
* Update side panel non-selected copy
* Add back PEC button to each main page
* Remove console logs from J40Header
* Fix DOM warning on About page
- can't have <li> in <p>
* Fix nested DOM warning on Explore page
- Modify ExploreDataBox styling
* Update side panel non-selected with icons
- update height on mobile
- update snapshots
* Update logic for TractPrioritization and bug fix
- fix wildfire bug closes#1953
- rename TractPri API to better align with BE signal names
- redo test and all test cases
* Add PrioCopy1 and PrioCopy2
- fix rounding
- limited tests for each component. Many more test cases are needed
- add copy to i18n
* Adjust LowInc tool tip only on IMP_FLG=T
- remove threshold change for low income
* Add copy for comp. surr and Adj low inc
- create a new component DonutCopy
- add tests
- modify styling to work in both 1 para case and 2 para case
* Add Donut copy
* Fix typo on 2nd paragraph
* Update browser list
* Adds TA_COUNT_AK, TA_COUNT_C and TA_PERC_FE
- Prio1 and Prio2 both take TA_COUNT_C which should be null
- updates basic tests
* Remvoe cypress tests
* Update CONUS number to troubleshoot
* Copy adjustments
- move test copy to console.log
- move donutCopy to only show when ADJ_ET is true
* Rezip CSV and Excel files with Codebook
* codebook version
* packages fix
* pydantic
* lint
* Remove markdown link from markdown checker (#1936)
Co-authored-by: Vim <86254807+vim-usds@users.noreply.github.com>
* Update copy from team debug party
- closes#1945
- Lack of green space description
- Lack of indoor plumbing
* Update copy
- closes#1950
* Update copy
- closes#1951
* Update survey button
- Text and link
- closes 1967
* Update copy
- correct tool tip copy
- closes#1959
* Adds the PrioritizationCopy and TractPriotization
- adds both components
- removes logic around selecting AK data points
- update snapshots
* Add tests for TractPrioritization
* Adds tests for PrioritizationCopy
* Add income icon and tilde
- this is dependent on imputed income and adjacency
* Add tool tip to low income icon
* Update snapshots
* Removing AreaDetail test to allow tooltip library
- This library react-tooltip creates random DOM ID which will not allow for snapshot testing as he IDs change on each build. Due to time constraints, we simply removed the AreaDetails test. The AreaDetails component is made up of sub component and each sub component has tests so this is low risk.
- This is a temporary solution. Some longer terms solutions may be
1. Remove this library and get the USWDS tool tip to work
2. Re-factor the areaDetail.tests.tsx snapshot tests to do more DOM assertions rather than snapshots
3. Some combination of the two.
* Fix Tribal percentage error
* Initial About page
* Update navigation links
- adds hover and current effects
- fits width of each nav link to content
* Add location prop to J40Header
* Fix a11y error on internal links
- remove AboutCard LinkTypeWrapper if url is not specified
- remove gherkin tests on new nav links
- update snapshots
* Fix mobile nav for new nav links
* Add usa-current class to dropdown nav
* Add Explore the Data box
* Update explore page description
- Remove paragraph under map
* Update territories copy
- Remove How you can help
* Update Whitehouse footer icon
* Correct heading order to pass a11y
* Remove beta pill in Beta Banner
- update snapshots
* Update explore page description
- remove color key
* revert image back to eagle seal
* Update release date variable name
* Add Impute, Adj and tribal signals to side panel
* Remove test category
- move send feedback button outside of categorization div
- left justify send feedback button
- update snapshots
* Update links in the territories paragraph on explore page
* Update tribal lands copy on explore page
* Align geolocate icon on desktop and mobile
* Add inverted style to YES
- update snapshots
* Update links colors
- Language links
- Download links
- Simple links
- External links
- Side panel demographics links
- return to top links
- update snapshots
* Fix wrapping on logo title
- remove beta pill
* Update un-selected side panel copy (desktop)
- two icons are needed
* Remove icons on mobile view
* Remove the pub. eng. button on all pages
* Add usa-link class to all links
- will create consiste visible state on all links
* Remove tribal toggle
- remove tribal layer from feature flag and make it default
* Remove up/down arrows from indicators
* update style of side panel categories if supported
- if the browser has ":has" support, the new category styles will be applied
- if not, the older style will remain in place
* update snapshots
* update styling for indicator values
- refactor disadvantaged blue dot to utils.scss
* remove missing icon and reduce subtext font size
* Remove un-needed import in test file
* Update category, indicator copy
* Update copy indicator desc and titles
* update side panel styling for 1.0
* Update methodology version / styling
* remove duplicate high school degree indicator
- for island areas
* Update 404 page copy
* Remove link that is failing during markdown checks
* Updated FE indicators constants to remove _M
- by removing these _M suffix on the FE
constants, we remove any dependency on changes to the BE score
* Add HRS_ET
- refactor to add IndicatorTypes
- modify tests
- add intl
* Add AML and FUDS
- update indicatorFilter
- update tests each indicator has 3 states to test
* Connect BE signal for demographics
- update tests
- i18n-ize
* Remove obsolete tests snapshots
* Update to Score N constants
* Remove higher ed socio-economic indicator
- remove spacer "Meets both socio"
- update snapshots
* Update BE signal types for
- AML
- FUDS
* Filter out missing historic underinvest. indicators
- For the special case when historic underinvestments are missing do not show that indicator at all
- update unit tests
* Make AML appear as No for all that are missing
* Update snapshot
- create a state variable to keep track of weather or not the layer was toggled
- allow mapInfoPanel to reset on layer switch
- allow AreaDetail to show census and tribal info
- allow LayerSelector to set layer toggled
- Add selectedFeature to both MapTribal and MapTract components
- create various tribal constants for styling
- i18n constants
- Remove census tracts layers into it's own component
- Create a tribal layer component
- Update LayerSelector component tests
- update OS map to react to layer selector
-