From 378a587717d419ffb242fa730c05de100902b277 Mon Sep 17 00:00:00 2001 From: Forrest Date: Wed, 20 Sep 2023 11:11:31 -0400 Subject: [PATCH 01/18] feat(tools): added annotation tool enum This supports the creation of a useAnnotationToolStore() composable. --- src/components/AnnotationsModule.vue | 10 ++- src/components/MeasurementsToolList.vue | 13 ++-- src/store/tools/crop.ts | 6 ++ src/store/tools/index.ts | 94 ++++++++++++------------- src/store/tools/types.ts | 32 +++++++-- src/store/tools/useAnnotationTool.ts | 3 +- 6 files changed, 95 insertions(+), 63 deletions(-) diff --git a/src/components/AnnotationsModule.vue b/src/components/AnnotationsModule.vue index 907d3e5ed..0ec626076 100644 --- a/src/components/AnnotationsModule.vue +++ b/src/components/AnnotationsModule.vue @@ -1,24 +1,22 @@