pez-globo / pufferfish-software

All software for the Pufferfish ventilator.
Apache License 2.0
0 stars 1 forks source link

Fix valueclicker redraws #433

Closed rohanpurohit closed 2 years ago

rohanpurohit commented 2 years ago

This PR fixes #419

Changes:

Fixed ValueClicker redraw on QuickStart:

As it turned out Toolbar was dispatching parameter request draft in a function called as initParameterUpdate which was in a huge Toolbar component, therefore the behavior we observed was the mode dropdown button, start button, etc almost the entire toolbar would redraw when we changed values on QuickStart Page

In conclusion, changes made on QuickStartPage will only redraw the StartPauseButton component after this PR.

Fixed ValueClicker redraws on MultiStep Modal Popup:

Fixed ValueClicker redraw on AlarmsPage:

TODO:

rohanpurohit commented 2 years ago
  1. This project is licensed under Apache License v2.0 for any software, and Solderpad Hardware License v2.1 for any hardware - do you agree that your contributions to this project will be under these licenses, too? Yes.
  2. Were any of these contributions also part of work you did for an employer or a client? No.
  3. Does this work include, or is it based on, any third-party work which you did not create? No.