| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-13 | refactor(web/ui): Drop dependency on Sass | Fabian Mastenbroek | |
| This change updates the OpenDC web UI to not rely on Sass for stylesheets. CSS in combination with PostCSS has become powerful enough for our use-cases as indicated by the small differences between the CSS and SCSS versions of our files. By switching to CSS, we can make use of Turbopack to build the project, which is a re-implementation of Webppack in Rust and is able to build projects much faster. | |||
| 2022-09-20 | feat(web/ui): Reduce height of application header | Fabian Mastenbroek | |
| This change reduces the height of the application header to 3.5rem to increase the screen real-estate that we can use for the application content. | |||
| 2022-09-20 | refactor(web/ui): Move project selector into masthead | Fabian Mastenbroek | |
| This change moves the project selector into the masthead since it affects the whole application. This follows the PatternFly guidelines. | |||
