aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/graph/GraphTheme.tsx
Commit message (Collapse)AuthorAge
* feat: generator facade timeout and non-existent objectsHEADmainLibravatar Kristóf Marussy9 hours
| | | | Quality of life improvements for the semantics and generator facade APIs.
* refactor(frontend): fix icon placement in SafariLibravatar Kristóf Marussy2024-04-27
| | | | Also affected WebKitGTK
* feat: custom identifier coloringLibravatar Kristóf Marussy2024-03-22
|
* refactor(frontend): cleaner SVG exportLibravatar Kristóf Marussy2024-02-23
| | | | | | | | | Make sure svg can process the resulting SVG without changing visuals. In particular, we must not use specific stroke/fill values as CSS selectors, because svgo may change them into hex codes. Instead, we annotate all diagram elements with class names.
* feat(web): SVG exportLibravatar Kristóf Marussy2024-02-22
|
* feat(web): toggle identifier coloringLibravatar Kristóf Marussy2024-01-03
|
* feat(web): color identifiers and nodesLibravatar Kristóf Marussy2024-01-03
| | | | | We use a palette-based coloring strategy, where each class and enum gets a color from
* refactor(frontend): hide non-existent nodesLibravatar Kristóf Marussy2023-09-12
|
* refactor(frontent): improve graph drawingLibravatar Kristóf Marussy2023-08-26
|
* refactor(web): clean up graphviz visualizationLibravatar Kristóf Marussy2023-08-24