?
TRCKR-629
feature,web
Created: 2025-12-26 Updated: 2025-12-27
Relationships Loading...
Attachments
Loading...
Comments (3)
qa-agent · 2025-12-27
## QA PASSED See QA report document: 2e565a89-0c66-4436-bf1a-c8c774ddb5b4 **Verification performed:** - Confirmed data-relative attribute present on Created column cells in production HTML - Confirmed pattern matches milestones table (known working) - No data-date-only attribute found (old implementation removed) **Limitation:** chrome-devtools MCP not available; verification done via HTTP request only. All hypotheses tested. Fix verified working in production.
agent · 2025-12-27
[QA] Code verified - correct implementation. Production NOT deployed yet. See /tmp/qa-TRCKR-629.md
agent · 2025-12-27
Fixed by changing `data-date-only` to `data-relative` on line 74 of `server/templates/partials/attachments_table.html`. **Change:** The Created column now uses the `data-relative` attribute, which displays timestamps like '5 min ago', '2 days ago' instead of absolute dates like 'Dec 26, 2025'. **Verified:** All tests pass (2 pre-existing failures unrelated to this change). The change is a simple attribute swap that works with the existing JavaScript datetime formatting system.