mitai-jinkendo/frontend/src/components
Lars 4a2bebe249
All checks were successful
Deploy Development / deploy (push) Successful in 52s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
fix: value table metadata + |d modifier + cursor insertion (Issues #47, #48)
BUG: Wertetabelle wurde nicht angezeigt
FIX: enable_debug=true wenn save=true (für metadata collection)
- metadata wird nur gespeichert wenn debug aktiv
- jetzt: debug or save → metadata immer verfügbar

BUG: {{placeholder|d}} Modifier funktionierte nicht
ROOT CAUSE: catalog wurde bei Exception nicht zu variables hinzugefügt
FIX:
- variables['_catalog'] = catalog (auch wenn None)
- Warning-Log wenn catalog nicht geladen werden kann
- Debug warning wenn |d ohne catalog verwendet

BUG: Platzhalter in Pipeline-Stages am Ende statt an Cursor
FIX:
- stageTemplateRefs Map für alle Stage-Textareas
- onClick + onKeyUp tracking für Cursor-Position
- Insert at cursor: template.slice(0, pos) + placeholder + template.slice(pos)
- Focus + Cursor restore nach Insert

TECHNICAL:
- prompt_executor.py: Besseres Exception Handling für catalog
- UnifiedPromptModal.jsx: Refs für alle Template-Felder
- prompts.py: enable_debug=debug or save

version: 9.6.1 (bugfix)
module: prompts 2.1.1
2026-03-26 12:04:20 +01:00
..
BulkCategorize.jsx feat: automatic training type mapping for Apple Health import and bulk categorization 2026-03-21 15:08:18 +01:00
EmailVerificationBanner.jsx feat: resend verification email functionality 2026-03-21 10:23:38 +01:00
FeatureUsageOverview.css feat: add feature usage UI components (Phase 3) 2026-03-21 06:39:52 +01:00
FeatureUsageOverview.jsx feat: add feature usage UI components (Phase 3) 2026-03-21 06:39:52 +01:00
PlaceholderPicker.jsx feat: Analysis page pipeline-only + wider placeholder examples (Issue #28) 2026-03-26 07:50:13 +01:00
ProfileBuilder.jsx docs: update ProfileBuilder placeholder for future dimensions 2026-03-23 14:40:56 +01:00
PromptGenerator.jsx fix: prompt editor layout - full-width inputs, left-aligned text (Issue #28) 2026-03-24 20:53:15 +01:00
RestDaysWidget.jsx feat: dashboard rest days widget + today highlighting 2026-03-23 08:38:57 +01:00
SleepWidget.jsx feat: add missing migration 008 (vitals, rest days, sleep_goal_minutes) 2026-03-22 10:59:55 +01:00
TrainingTypeDistribution.jsx fix: reload TrainingTypeDistribution on quality filter change (Issue #31) 2026-03-24 06:30:39 +01:00
TrainingTypeSelect.jsx feat(v9d): add training types system + logout button 2026-03-21 13:05:33 +01:00
TrialBanner.jsx fix: change trial banner button to mailto contact link 2026-03-21 12:52:13 +01:00
UnifiedPromptModal.jsx fix: value table metadata + |d modifier + cursor insertion (Issues #47, #48) 2026-03-26 12:04:20 +01:00
UsageBadge.css refactor: consolidate badge styling to CSS classes 2026-03-21 06:54:45 +01:00
UsageBadge.jsx feat: add feature usage UI components (Phase 3) 2026-03-21 06:39:52 +01:00