From f4fd1a3330b82d81a3279bc2247bc9045dfb581a Mon Sep 17 00:00:00 2001 From: Nick Kosarev Date: Thu, 16 Oct 2025 13:07:33 +0200 Subject: [PATCH] feat: confetti on task complete --- .../app/components/TaskInfoCard.vue | 2 +- .../app/composables/useNavigation.ts | 1 + apps/atrium-telegram/app/pages/all-tasks/index.vue | 9 ++++++++- apps/atrium-telegram/app/pages/navigation.vue | 13 +++++++++++++ apps/web-app/app/components/form/CompleteTask.vue | 2 ++ apps/web-app/app/composables/useConfetti.ts | 14 ++++++++++++++ apps/web-app/app/pages/index.vue | 14 ++++++++++++++ 7 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 apps/web-app/app/composables/useConfetti.ts diff --git a/apps/atrium-telegram/app/components/TaskInfoCard.vue b/apps/atrium-telegram/app/components/TaskInfoCard.vue index 91b34c29..fc0ec0c9 100644 --- a/apps/atrium-telegram/app/components/TaskInfoCard.vue +++ b/apps/atrium-telegram/app/components/TaskInfoCard.vue @@ -1,5 +1,5 @@