aodn / nrmn-application

A web application for collation, validation, and storage of all data obtained during surveys conducted by the NRMN
GNU General Public License v3.0
4 stars 3 forks source link

Misc performance and code improvements #1127

Closed nspool closed 2 years ago

nspool commented 2 years ago

Reference data grid: use onBodyScrollEnd instead of onBodyScroll so that the grid is only sized once at the end of a scroll. API: remove unused imports, annotate some raw types and add default case to switch statements that are missing. ~Site Entity: use a Lombok default builder for setting default value of isActive.~ Reverted change to the site entity since the original behaviour is correct, even though there is a warning.