| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-17 | ui: Restructure OpenDC frontend | Fabian Mastenbroek | |
| This change updates the structure of the OpenDC frontend in order to improve the maintainability of the frontend. | |||
| 2021-05-12 | ui: Move component styling into CSS modules | Fabian Mastenbroek | |
| This change updates the frontend codebase by moving the component styling into CSS module files as opposed to the global styles which we used before. In addition, I have changed the syntax to the newer SCSS syntax, which is more similar to CSS. These changes reduces the styling conflicts that can occur between components and allows us to migrate to systems that do not support importing global styles in components. Moreover, we can benefit from treeshaking using CSS modules. | |||
