| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-16 | fix(web/ui): Fix hotkeys support in React 18 | Fabian 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-22 | feat(ui): Extract topology construction out of Sagas | Fabian 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-20 | refactor(ui): Move page components in separate files | Fabian Mastenbroek | |
