fabro/apps/fabro-web
Bryan Helmkamp fd1087fe2d
feat(api): expose workflow graph source as raw DOT
Add GET /api/v1/runs/{id}/graph/source returning text/vnd.graphviz so
the run graph can be inspected as the original Graphviz DOT in addition
to the rendered SVG. Refactor get_graph to share DOT loading with the
new handler. The web run-graph view gains a Graph | Source toggle that
lazy-loads and displays the DOT with a copy button.
2026-04-27 16:24:17 -07:00
..
app feat(api): expose workflow graph source as raw DOT 2026-04-27 16:24:17 -07:00
public refactor(web): drop light mode, go dark-only 2026-04-20 09:27:08 -04:00
scripts feat(install): add browser-based setup flow 2026-04-19 11:20:58 -04:00
.dockerignore Rename Arc to Fabro in TypeScript/JavaScript 2026-03-12 11:13:18 -04:00
.gitignore Rename Arc to Fabro in TypeScript/JavaScript 2026-03-12 11:13:18 -04:00
index.template.html refactor(web): drop light mode, go dark-only 2026-04-20 09:27:08 -04:00
package.json feat(web): add Trees-based file tree sidebar to Files Changed tab 2026-04-25 08:32:11 -04:00
tsconfig.json Fix login route collision after SPA cutover 2026-04-01 21:55:30 -07:00