From 5099a6807b121e1070fd0711f4ce73f419fef0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Wed, 31 Aug 2022 14:01:55 +0200 Subject: [PATCH] fix: multiple fixes to event editing --- src/components/EventEditor.vue | 2 +- src/stores/buckets.ts | 11 +++++++---- src/views/Bucket.vue | 14 ++++++++++---- src/views/Stopwatch.vue | 2 +- src/visualizations/EventList.vue | 4 +++- src/visualizations/VisTimeline.vue | 2 +- 6 files changed, 23 insertions(+), 12 deletions(-) diff --git a/src/components/EventEditor.vue b/src/components/EventEditor.vue index 059ff41c..78473e8b 100644 --- a/src/components/EventEditor.vue +++ b/src/components/EventEditor.vue @@ -1,5 +1,5 @@