From 8df9032ac1b27586d98431820ae41454edbe0563 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 29 Aug 2024 09:33:49 -0400 Subject: [PATCH 1/2] FOUR-18184:Add the component auto save instead the notification in Web --- .../tasks/components/TaskSaveNotification.vue | 53 ++++++++++++++----- resources/js/tasks/show.js | 2 + resources/views/tasks/edit.blade.php | 15 +++++- 3 files changed, 54 insertions(+), 16 deletions(-) diff --git a/resources/js/tasks/components/TaskSaveNotification.vue b/resources/js/tasks/components/TaskSaveNotification.vue index 8505f3f291..60ef81914c 100644 --- a/resources/js/tasks/components/TaskSaveNotification.vue +++ b/resources/js/tasks/components/TaskSaveNotification.vue @@ -1,17 +1,27 @@