nav-task-actions
This commit is contained in:
@@ -168,6 +168,7 @@ if (statusFilter !== 'completed') {
|
||||
<div class="task-content ${isExpanded ? 'expanded' : ''}">
|
||||
${isExpanded ? `
|
||||
<div class="task-actions">
|
||||
${isExpanded ? (window.renderTaskActions ? window.renderTaskActions(task) : '') : ''}
|
||||
${!isDeleted && !isClosed ? `
|
||||
<button class="copy-btn" onclick="openTaskChat(${task.id})" title="Открыть чат">💬</button>
|
||||
<button class="add-file-btn" onclick="openAddFileModal(${task.id})" title="Добавить файл">📎</button>
|
||||
|
||||
Reference in New Issue
Block a user