feat: tag delete

This commit is contained in:
2025-05-12 01:43:10 +03:00
parent 95a264f5a4
commit 19ce2bf278
4 changed files with 218 additions and 149 deletions

View File

@@ -538,11 +538,12 @@ const ProfileCalendar: FunctionComponent = () => {
isOpen={showDeleteDialog}
setIsOpen={setShowDeleteDialog}
title="Удаление задачи"
content="Вы уверены, что хотите удалить эту задачу?"
onConfirm={handleDeleteTask}
confirmText="Удалить"
cancelText="Отмена"
/>
>
<p class="mb-6 text-sm sm:text-[1rem]">"Вы уверены, что хотите удалить эту задачу?"</p>
</Dialog>
<Calendar
value={currentDate}
onChange={(e) => setCurrentDate(e ? e.value! : new Date())}