05/31 Phase 7: receipt ocr

This commit is contained in:
2026-05-31 17:17:08 -04:00
parent d74b9e7543
commit 5983794217
4 changed files with 577 additions and 16 deletions
+1
View File
@@ -156,6 +156,7 @@
.sb-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 1039; }
.sb-overlay.on { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
{% block extra_css %}{% endblock %}
</style>
</head>