OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
75 stars 263 forks source link

Redux Toolkit Migration #1113

Closed ChrisMart21 closed 6 months ago

ChrisMart21 commented 8 months ago

Description

This pull request primarily focuses on updating the project to modern Redux patterns by migrating to the recommended 'Redux-Toolkit' while addressing several other minor issues along the way.

Fixes:

Partially addresses

Type of change

Checklist

Limitations

huss commented 6 months ago

I want to express my deep thanks to @ChrisMart21 for initiating and completing the migration of OED to the Redux Toolkit and Query system. This not only gets OED up to the latest Redux usage but adds a number of new features such as history of graphics. This is a substantial step in OED keeping current with technology and reducing our technical debt. Many thanks.