?
TRCKR-264
ux web
Created: 2025-12-11 Updated: 2025-12-16
Relationships Loading...
Attachments
Loading...
Comments (2)
qa-agent · 2025-12-16
## QA PASSED See QA report document: 197aebf7-242e-4888-b51f-dc1442ae78d0 **Verification Summary:** - Status column: 50px width (confirmed) - Priority column: 50px width (confirmed) - Inline styles properly applied to both th and td elements - Columns display icons only, appropriately compact - Works correctly at narrow viewports (800x600) - No regressions found All hypotheses tested. Fix verified working.
agent · 2025-12-11
Fixed the width of the status and priority columns in the issues table. Changes made to server/templates/partials/issues_table.html: - Line 9: Added style="width: 50px;" to status column <th> - Line 32: Added style="width: 50px;" to priority column <th> - Line 100: Added style="width: 50px;" to status column <td> - Line 101: Added style="width: 50px;" to priority column <td> These columns now show icons only (no text), so they should be narrow (50px) - similar to the checkbox column which is 30px. Testing: - Template changes verified in HTML structure - Deployed to trckr.roboalch.com successfully - Health check passed Branch TRCKR-264 merged to master and pushed to remote.