Commit 834276b
committed
fix: keep system_message() muted, add separate error_message() style
Address Greptile review feedback on PR #18:
- Reverted system_message() to use TEXT_MUTED (gray) for informational messages
- Added new error_message() style with ERROR (red) + italic for backend errors
- Rendering logic in rendering.rs already detects errors and uses colors.error
This ensures regular system messages (like 'Resumed session') stay muted gray
while actual error messages are displayed in red.1 parent 339ce15 commit 834276b
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
368 | 376 | | |
369 | 377 | | |
370 | 378 | | |
| |||
528 | 536 | | |
529 | 537 | | |
530 | 538 | | |
| 539 | + | |
531 | 540 | | |
532 | 541 | | |
533 | 542 | | |
| |||
0 commit comments