| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-18 | ui: Migrate to FontAwesome 5 React library | Fabian Mastenbroek | |
| This change updates the frontend to use the FontAwesome 5 React library that renders SVG icons as opposed to CSS icon fonts. This migration resolves a couple of issues we had with server-side rendering of the previous FontAwesome icons. | |||
| 2021-05-17 | ui: Migrate from CRA to Next.js | Fabian Mastenbroek | |
| This change updates the web frontend to use Next.js instead of Create React App (CRA). Next.js enables the possibility of rendering pages on the server side (which reduces the time to first frame) and overall provides a better development experience. Future commits will try to futher optimize the implementation for Next.js. | |||
