summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/topologies/TopologyMap.js
AgeCommit message (Collapse)Author
2022-05-16fix(web/ui): Fix hotkeys support in React 18Fabian Mastenbroek
This change fixes an issue where the library for hotkeys that we previously used does not (yet) support React 18. Instead, we switch to a simpler solution based on React Hooks which is compatible with React 18.
2021-07-22feat(ui): Extract topology construction out of SagasFabian Mastenbroek
This change updates the OpenDC frontend to perform the construction of the topology directly in the reducers instead of performing the mutations in Redux Sagas as side effects. This allows us to nicely map actions to mutations in the reducers.
2021-07-20refactor(ui): Move page components in separate filesFabian Mastenbroek