mitai-jinkendo/frontend/src
Lars 77f1ed14c5
All checks were successful
Deploy Development / deploy (push) Successful in 54s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 17s
fix: Cursor-Problem beim Frage-ID Editieren
Problem: Cursor springt nach jedem Tastendruck aus dem ID-Feld

Ursache: key={q.id} in QuestionEditor map
- Wenn ID geändert wird, ändert sich der React Key
- React unmountet alte Component und mountet neue
- Focus geht verloren

Lösung: key={idx} verwenden
- Stabiler Key während Editing
- Komponente bleibt gemountet
- Cursor bleibt im Feld

UX: Jetzt kann man IDs flüssig editieren ohne Unterbrechung

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:29:52 +02:00
..
components fix: Cursor-Problem beim Frage-ID Editieren 2026-04-12 12:29:52 +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: Validierungs-Panel mit Details und Click-to-Jump 2026-04-11 15:27:14 +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: Add expandable collapsible component for improved content display 2026-04-12 11:10:39 +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