Skip to content

feat: show time ago on task cards - #82

Merged
anoopcodehack merged 1 commit into
anoopcodehack:mainfrom
cyforkk:feat/time-ago
Jul 30, 2026
Merged

feat: show time ago on task cards#82
anoopcodehack merged 1 commit into
anoopcodehack:mainfrom
cyforkk:feat/time-ago

Conversation

@cyforkk

@cyforkk cyforkk commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary\n\nThis PR resolves #79 by showing how long ago a task was created on the card.\n\n## Changes\n\n- Added timeAgo() function that returns:\n - today for same-day tasks\n - 1 day ago for yesterday\n - X days ago for older tasks\n- Display in card footer with clock icon\n- No external package needed\n\n## Verification\n\n- [x] timeAgo function works correctly\n- [x] Displayed in card footer\n- [x] No external dependencies

- Add timeAgo() function to display relative time
- Show 'today', '1 day ago', or 'X days ago' in card footer
- No external package needed

Closes anoopcodehack#79
@anoopcodehack
anoopcodehack merged commit 56dcf76 into anoopcodehack:main Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show how long ago a task was created on the card🗂️

2 participants