From dcaeb7acc8ae8b68a15e07cc5825e80c9a960c1e Mon Sep 17 00:00:00 2001 From: arabcoders Date: Fri, 25 Jul 2025 19:41:17 +0300 Subject: [PATCH] migrated more code to ts --- ui/app/components/NotificationForm.vue | 90 +++++++++-------- ui/app/components/NotifyDropdown.vue | 102 +++++++++---------- ui/app/components/PresetForm.vue | 129 +++++++++---------------- ui/app/components/TaskForm.vue | 129 +++++++++---------------- ui/app/components/VideoPlayer.vue | 7 +- ui/app/types/notification.d.ts | 26 +++++ ui/app/types/presets.d.ts | 17 ++++ ui/app/types/store.d.ts | 5 + ui/app/utils/index.ts | 7 +- 9 files changed, 249 insertions(+), 263 deletions(-) create mode 100644 ui/app/types/notification.d.ts create mode 100644 ui/app/types/presets.d.ts diff --git a/ui/app/components/NotificationForm.vue b/ui/app/components/NotificationForm.vue index efb46dcb..985cb5fc 100644 --- a/ui/app/components/NotificationForm.vue +++ b/ui/app/components/NotificationForm.vue @@ -198,7 +198,7 @@
- - - diff --git a/ui/app/components/PresetForm.vue b/ui/app/components/PresetForm.vue index c38a2a61..6c79e07c 100644 --- a/ui/app/components/PresetForm.vue +++ b/ui/app/components/PresetForm.vue @@ -230,102 +230,74 @@ -