| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-17 | ui: Move modal state outside of Redux | Fabian 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. | |||
| 2021-05-10 | ui: Do not clutter component tree with Redux connects | Fabian Mastenbroek | |
| This change refactors the frontend to use hooks for obtaining state within the Redux store as opposed to using Higher-Order Components (HOCs). This eliminates a lot of clutter in the components. | |||
| 2021-04-25 | build: Migrate to flat project structure | Fabian Mastenbroek | |
| This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. | |||
