fix(dashboard): fix kebab menu delete/resync and status dot refresh

Kebab dropdown delete/resync used inlineConfirmAction which breaks inside
Bootstrap dropdowns (dropdown closes on click, hiding confirm state).
Replaced with confirm() dialog + direct async action with row feedback.

Detail modal resync/delete/retry now trigger onStatusChange callback to
refresh the orders table, so status dots update without page reload.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-04-09 15:24:26 +00:00
parent e223128565
commit 84e5d55592
4 changed files with 48 additions and 60 deletions

View File

@@ -115,5 +115,5 @@
{% endblock %}
{% block scripts %}
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=48"></script>
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=49"></script>
{% endblock %}