Gold872 / elastic-dashboard

A simple and modern dashboard for FRC
MIT License
71 stars 13 forks source link

State management redesign #23

Closed Gold872 closed 8 months ago

Gold872 commented 8 months ago

Stateless widgets should not be managing their own states, which is what is happening right now. What needs to be done is instead of widgets themselves being created and modified by other widgets, their models need to be stored in memory, and everything is operated directly on their models.