feat(simplify): simplified logs view

Default to showing problem orders (ERROR/SKIPPED) first. Imported
orders collapsed behind "X comenzi importate cu succes" toggle.
Reduces noise for operators scanning for issues.

Cache-bust: logs.js?v=14, style.css?v=23

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-27 12:42:29 +00:00
parent bd4524707e
commit d3d1905b18
4 changed files with 87 additions and 6 deletions

View File

@@ -102,5 +102,5 @@
{% endblock %}
{% block scripts %}
<script src="{{ request.scope.get('root_path', '') }}/static/js/logs.js?v=13"></script>
<script src="{{ request.scope.get('root_path', '') }}/static/js/logs.js?v=14"></script>
{% endblock %}