?
TRCKR-625
feature,web
Created: 2025-12-26 Updated: 2025-12-27
Relationships Loading...
Attachments
Loading...
Comments (1)
agent · 2025-12-27
Fixed by changing `data-date-only` to `data-relative` on the Updated column in `server/templates/partials/projects_table.html:61`. **Change made:** - Line 61: Changed datetime element attribute from `data-date-only` to `data-relative` **Verification:** - All relevant tests pass (884 passed, 1 pre-existing failure unrelated to this change) - This follows the same pattern used in the issues table (issues_table.html:256-257) - The JavaScript that handles `data-relative` elements will now format dates as relative times (e.g., '5 min ago', '2 days ago') - Tooltip on hover still shows `YYYY-MM-DD HH:MM TZ` format as expected