From 13bf30d57c0eeac6c459d5f4bfc32a7eeb5b0ae7 Mon Sep 17 00:00:00 2001 From: tristan-greffe Date: Fri, 26 Jul 2024 23:16:03 +0200 Subject: [PATCH] refactor: convert KAbsoluteTimeRange to use KDateTimeRange component --- .../components/time/KAbsoluteTimeRange.vue | 205 +++++------------- 1 file changed, 58 insertions(+), 147 deletions(-) diff --git a/core/client/components/time/KAbsoluteTimeRange.vue b/core/client/components/time/KAbsoluteTimeRange.vue index 0828dcafc..b70ac415c 100644 --- a/core/client/components/time/KAbsoluteTimeRange.vue +++ b/core/client/components/time/KAbsoluteTimeRange.vue @@ -1,172 +1,83 @@ - - + \ No newline at end of file