v2.6
Updates & improvements:
- Added apex_redirect_domain in terraform config (#285)
- Updated "Form translations" section in "README.md" (#286)
- Updated set-frontend npm script to support more local systems (#286)
- Refactored UI height constants into styled-component's theme (#292)
- Added infinity scroll on city table view to avoid loading too much content on page load (#289) (#291)
- Fixed UI "flashing" when on the survey form's first loaded, as elements' visibilities are modified only after JavaScript files are loaded (#293) . The final fix was done only after realizing that the first fix (#287) did not work due to differences in how JavaScript and CSS files are loaded locally and in live environments sweat_smile
- Fixed total response count calculation by ignoring negative values (#290)
- Added "Content Security Policy headers" section in README.md (#295)
Thanks @Doniee!