Commit 4d5cd6d
fix: use task display_name in browser tab title
Fixes #21145
The browser tab title for tasks was showing the machine-readable name
(e.g., "kyle/my-workspace.main") instead of the user-friendly display
name (e.g., "Create Documentation").
This change updates the TaskPage component to use task.display_name
for the browser tab title, with a fallback to task.name for defensive
programming (though the backend always ensures display_name is set).
This makes the tab title consistent with how task names are displayed
elsewhere in the UI (TaskTopbar, TasksTable, TasksSidebar).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 82bb833 commit 4d5cd6d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments