fix: add sort and limit to /my command (#94) #95

Merged
shoko merged 1 commits from fix/my-sort-limit into main 2026-04-09 16:20:19 +02:00

1 Commits

Author SHA1 Message Date
shokollm
3743dc6a45 fix: add sort and limit to /my command for consistency with /bounty
- Add same sort_key logic as /bounty (due date first, then created_at)
- Add default limit of 5 with "Showing X of Y" message
- Add "all" flag to show expired bounties
- Add delete button for consistency with /bounty

Fixes #94
2026-04-09 14:08:57 +00:00