web ui checkpoint

This commit is contained in:
evilchili
2025-10-12 15:36:38 -07:00
parent 8eb505f09e
commit c1272788f0
8 changed files with 333 additions and 87 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
<div class='breadcrumbs'>
<div id='breadcrumbs'>
<a href="{{ url_for('index') }}">Home</a>{% for (uri, name) in breadcrumbs %}.<a href="{{ uri }}">{{ name }}</a>{% endfor %}
<div id='actions'>
<a id='action__edit' data-state='view'>edit</a>
<a id='action__save' style='display: none;'>save</a>
</div>
</div>