aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/index.html
Commit message (Collapse)AuthorAge
* refactor(frontent): improve graph drawingLibravatar Kristóf Marussy2023-08-26
|
* refactor(web): clean up graphviz visualizationLibravatar Kristóf Marussy2023-08-24
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2023-06-18
|
* chore: add copyright headersLibravatar Kristóf Marussy2023-04-15
| | | | | | | | | | | | | | Make sure we obey the REUSE (https://reuse.software) specification and the origin, copyright owner, and license of all files are clearly marked. The whole project is under the EPL-2.0, except for trivial files where copyright is not applicable that are marked with the CC0-1.0 license. Moreover, code included from third parties is also available under the respective license. chore: add CONTRIBUTORS.md List all authors and supporting organizations in accordance with the REUSE specification.
* refactor(frontend): Inter fontLibravatar Kristóf Marussy2022-09-06
| | | | Use a variable font to reduce the number of files to be deployed
* refactor(frontend): theme improvementsLibravatar Kristóf Marussy2022-08-21
|
* feat(frontend): try to match OS themeLibravatar Kristóf Marussy2022-08-21
|
* refactor(frontend): inline CSS and minify HTMLLibravatar Kristóf Marussy2022-08-20
| | | | | | Optimize first page loading time. We only include variable and woff2 fonts, as they are widely supported.
* feat(frontend): add PWA manifestLibravatar Kristóf Marussy2022-08-20
|
* refactor(frontend): move from Webpack to ViteLibravatar Kristóf Marussy2022-08-12
Also overhaulds the building and linting for frontend assets.