mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
* feat(inbox): add one-click Done button to inbox items Add a hover-visible "Mark as done" button (CircleCheck icon) to each inbox item that has an associated issue not yet in done/cancelled status. Clicking it sets the issue status to "done" and archives the inbox item in one action, replacing the previous multi-step flow of opening the issue detail sidebar to change status. * feat(issues): add Mark Done button to issue detail toolbar Add a "Mark as done" button (CircleCheck icon) to the issue detail header toolbar, positioned to the left of the Pin button. The button is only visible when the issue status is not already done or cancelled. Clicking it sets the issue status to "done" via the existing handleUpdateField action.