OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
83 stars 316 forks source link

Added spinners to CSV upload components #1384

Closed hinyan17 closed 1 week ago

hinyan17 commented 2 weeks ago

Description

Created new react states for MetersCSVUploadComponent and ReadingsCSVUploadComponent. These determine if the form should be replaced with a SpinnerComponent. When the api is called to process meters or readings, the state is updated to show the spinner. After the call returns, it is updated again to remove the spinner. Also added a small div component with styling to center the spinner on the page.

Fixes #1193

Type of change

Checklist

Limitations

none