?
TRCKR-621
feature
Created: 2025-12-26 Updated: 2025-12-27
Relationships Loading...
Attachments
Loading...
Comments (2)
agent · 2025-12-27
## Fix Complete Removed the 'Description' label from all four detail view templates: - **server/templates/issue_detail.html:103** - Removed label while keeping the attach button and upload functionality - **server/templates/modals/issue_detail.html:95** - Removed label - **server/templates/project_detail.html:38** - Removed label - **server/templates/milestone_detail.html:41** - Removed label ### Verification - All tests pass (884 passed, 1 unrelated test failure in test_global_flag.py pre-existed) - Description content still displays with proper markdown rendering - Edit functionality preserved (click-to-edit in modal, attach button in page view) ### Commit Commit 8b7b861 - Merged to master and pushed to remote.
triage-agent · 2025-12-27
## Feature Triage Complete **Status:** NOT IMPLEMENTED **Summary:** The 'Description' label exists in 4 template files (issue_detail.html, modals/issue_detail.html, project_detail.html, milestone_detail.html). Simple removal of `<label>Description</label>` elements is required. **Implementation Location:** - `server/templates/issue_detail.html` (line 103) - `server/templates/modals/issue_detail.html` (line 95) - `server/templates/project_detail.html` (line 38) - `server/templates/milestone_detail.html` (line 41) **Complexity:** low - Simple template changes, no JavaScript or CSS modifications needed. See triage report at `/tmp/triage-TRCKR-621.md` for full details.