Commit 0ec8a77
feat(frontend): conversational errors + STATUS.md truth-alignment
Conversational error system (UX Manifesto Rule 4):
- New ConversationalError.res component: icon + title + reason +
[Fix It] buttons (max 3 per manifesto). Severity variants
(Critical/Warning/Info) with colour-coded borders.
- Active errors rendered above content area in App.res
- All API error paths now surface user-facing errors:
- Import failures → "Try a different file"
- Save failures → "Try again"
- Security scan failures → "Run again"
- Gap analysis failures → "Run again"
- DismissError and RetryImport messages for error lifecycle
- Model.activeErrors tracks visible errors; Model.userError type
STATUS.md truth-alignment (TSDM Workstream 5):
- Updated date to 2026-03-23
- Documented all 3 meander session additions (Pipeline Designer,
URL routing, undo/redo, auto-save, dark mode, conversational errors)
- Updated "8 views" → "9 views (51 modules)"
- Moved dark mode from "Partial" to "Works"
- Corrected security views status (fully implemented views, not stubs,
but still displaying sample data rather than live validation)
Clean build: 51 modules, 0 errors, 0 warnings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 71a52e6 commit 0ec8a77
10 files changed
Lines changed: 786 additions & 78 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
18 | | - | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | | - | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
30 | | - | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
458 | 493 | | |
459 | 494 | | |
460 | 495 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments