From 317672aa08c538b81ccf1b09b6283e354ef1373a Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 30 Mar 2026 00:34:12 +0000 Subject: [PATCH] Add invite button and InviteModal to task detail page Adds the 'Pozvat' button to the collaboration section of the task detail page, opening a modal that creates invitations and shows WhatsApp/Telegram/SMS/Copy share links. --- apps/tasks/app/tasks/[id]/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/tasks/app/tasks/[id]/page.tsx b/apps/tasks/app/tasks/[id]/page.tsx index f98dec8..7e9a1b7 100644 --- a/apps/tasks/app/tasks/[id]/page.tsx +++ b/apps/tasks/app/tasks/[id]/page.tsx @@ -329,6 +329,15 @@ export default function TaskDetailPage() { {t("collab.collaboration")} + {/* Assigned users */}