Further centralize state, return result from serial methods

This commit is contained in:
Juno Takano 2026-01-17 04:01:03 -03:00
commit c23d35217d
15 changed files with 471 additions and 244 deletions

View file

@ -1,4 +1,10 @@
<p>There are no nodes. The graph is either empty or failed to parse.</p>
{% if graph.meta.messages %}
<p>Error messages:</p>
<pre>
{{ graph.meta.messages }}
</pre>
{% endif %}
{% if graph.meta.config.raw %}
<p>Check the
{% if graph.meta.config.raw_toml %}