Commit c1dc5d8
Color-code Addressed column in TUI (#204)
## Summary
- Color-code the Addressed column values in the TUI job list table
- `true` renders in cyan (`tuiAddressedStyle`), matching the
`[ADDRESSED]` badge in the review detail screen
- `false` renders in yellow (`tuiQueuedStyle`), signaling "needs
attention" without alarm
- No color applied when the row is selected, consistent with Status and
P/F columns
Closes #199
## Test plan
- [x] `go build ./...` passes
- [x] `go test ./...` passes
- [x] Visual check in TUI: `true` is cyan, `false` is yellow, selected
rows are unstyled
<img width="856" height="514" alt="image"
src="https://github.com/user-attachments/assets/46f5a388-e91b-4e95-9b35-adf3dc8c9eae"
/>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 444b095 commit c1dc5d8
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3345 | 3345 | | |
3346 | 3346 | | |
3347 | 3347 | | |
3348 | | - | |
| 3348 | + | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
| 3352 | + | |
3349 | 3353 | | |
3350 | | - | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
| 3358 | + | |
3351 | 3359 | | |
3352 | 3360 | | |
3353 | 3361 | | |
| |||
0 commit comments