# Tasks: Textual TUI Polish

## 1. Tool Card Display Fixes
- [ ] 1.1 Move time display from middle to right side of tool card header
- [ ] 1.2 Remove check emoji from successful tool cards
- [ ] 1.3 Remove "[MCP Tool]" label from tool cards
- [ ] 1.4 Clean up tool result text (remove "Results for Calling mcp__..." prefix)

## 2. Workspace Browser Fixes
- [ ] 2.1 Debug why "Current Workspace" option is not appearing
- [ ] 2.2 Reverse answer ordering (most recent first)
- [ ] 2.3 Make workspace browser modal wider

## 3. Timeline/Browser Modal Improvements
- [ ] 3.1 Make BrowserTabsModal wider (increase max-width)
- [ ] 3.2 Reverse event ordering in timeline (most recent first)
- [ ] 3.3 Improve timeline formatting for readability
- [ ] 3.4 Remove outdated tip text from timeline tab

## 4. Answer Browser Fixes
- [ ] 4.1 Reverse answer ordering (most recent first)
- [ ] 4.2 Make answer browser modal wider

## 5. Tool Detail Modal Fixes
- [ ] 5.1 Fix hook result display (strip injection markers)
- [ ] 5.2 Make tool detail modal wider (increase max-width)

## 6. Bottom Status Bar
- [ ] 6.1 Ensure Cancel button is visible during execution
- [ ] 6.2 Fix content width extending to right edge

## 7. Help Modal Updates
- [ ] 7.1 Remove 'f' keybinding from help (no longer bound)
- [ ] 7.2 Update any outdated keybinding descriptions

## 8. Prior Changes Verification
- [ ] 8.1 Verify click error fix (event.target -> event.widget)
- [ ] 8.2 Verify "Save to File" button rename
- [ ] 8.3 Verify auto-scroll on tab switch
- [ ] 8.4 Verify modal button centering fix
