mitai-jinkendo/frontend/src
Lars a515a5d563
All checks were successful
Deploy Development / deploy (push) Successful in 56s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 17s
feat: Add WorkflowDebugPanel component to display per-node debug information
- Created WorkflowDebugPanel.jsx: Collapsible panel showing debug info for each workflow node
  - Shows prompt sent to AI
  - Shows raw AI response
  - Shows parsed results
  - Shows normalized signals
  - Color-coded status (executed/failed/skipped)
  - Expandable/collapsible per node

- Updated Analysis.jsx:
  - Added WorkflowDebugPanel import
  - Store node_states in newResult for debugging
  - Display WorkflowDebugPanel below InsightCard (both locations)

This makes it easy to debug workflow issues by seeing exactly what happened at each node.
2026-04-13 12:41:12 +02:00
..
components feat: Add WorkflowDebugPanel component to display per-node debug information 2026-04-13 12:41:12 +02:00
config feat: Enhance StartNode and Workflow Editor with analysis metadata 2026-04-11 12:19:06 +02:00
context fix: email verification auto-login and user experience 2026-03-21 10:32:24 +01:00
layouts feat: Refactor settings navigation and enhance profile reference values display 2026-04-07 06:24:47 +02:00
pages feat: Add WorkflowDebugPanel component to display per-node debug information 2026-04-13 12:41:12 +02:00
pilot feat: Remove deprecated pilot widgets and layout management 2026-04-07 11:07:33 +02:00
styles fix: Inline Prompts - UX-Verbesserungen 2026-04-11 08:58:46 +02:00
utils feat: Implement Server-Sent Events (SSE) for long-running workflows 2026-04-13 11:23:16 +02:00
widgetSystem feat: Enhance DashboardConfigurePage with drag-and-drop functionality and improved widget search 2026-04-08 07:58:52 +02:00
app.css neuer Viewport für Admin-Seiten 2026-04-11 11:32:46 +02:00
App.jsx feat(csv-templates): Introduce CSV template analysis and validation features 2026-04-10 06:39:41 +02:00
main.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00