TJRawlins / IrrigationManagerReact

Frontend irrigation management system (React TS)
1 stars 0 forks source link

React - Persist season on browser refresh #22

Closed TJRawlins closed 5 months ago

TJRawlins commented 6 months ago

Persist the list of zones based on season so that when on a particular season and the browser refreshes, the season and zones under that season will persist on the page. Current, refresh will reset the season to Summer only show those zones.

This will require switching to local storage values

TJRawlins commented 5 months ago

This was fixed in a previous task for adding season to local storage.