summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/store/hooks/experiments.js
AgeCommit message (Collapse)Author
2021-05-17ui: Move modal state outside of ReduxFabian Mastenbroek
This change updates the frontend so that the modal state is not stored inside Redux but instead is stored using the useState hook. This simplifies the design of the modal components.