From 7eb8b284e4eac1b906c1a2ecdf365c6a96d91100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laureline=20Val=C3=A9rie=20David?= Date: Fri, 18 Oct 2024 08:52:48 +0200 Subject: [PATCH] Hide empty project & section notes in export. --- components/viewer/{modal => }/notes/AddNoteButton.vue | 0 components/viewer/{modal => }/notes/GlobalNotes.vue | 11 +++++++++-- components/viewer/{modal => }/notes/NoteInput.vue | 0 components/viewer/{modal => }/notes/NotesView.vue | 10 +++++++--- components/viewer/{modal => }/notes/ObjectNote.vue | 0 .../viewer/{modal => }/notes/RemoveNoteButton.vue | 0 components/viewer/{modal => }/notes/RowNote.vue | 3 ++- 7 files changed, 18 insertions(+), 6 deletions(-) rename components/viewer/{modal => }/notes/AddNoteButton.vue (100%) rename components/viewer/{modal => }/notes/GlobalNotes.vue (78%) rename components/viewer/{modal => }/notes/NoteInput.vue (100%) rename components/viewer/{modal => }/notes/NotesView.vue (90%) rename components/viewer/{modal => }/notes/ObjectNote.vue (100%) rename components/viewer/{modal => }/notes/RemoveNoteButton.vue (100%) rename components/viewer/{modal => }/notes/RowNote.vue (94%) diff --git a/components/viewer/modal/notes/AddNoteButton.vue b/components/viewer/notes/AddNoteButton.vue similarity index 100% rename from components/viewer/modal/notes/AddNoteButton.vue rename to components/viewer/notes/AddNoteButton.vue diff --git a/components/viewer/modal/notes/GlobalNotes.vue b/components/viewer/notes/GlobalNotes.vue similarity index 78% rename from components/viewer/modal/notes/GlobalNotes.vue rename to components/viewer/notes/GlobalNotes.vue index a27b60b..9993fce 100644 --- a/components/viewer/modal/notes/GlobalNotes.vue +++ b/components/viewer/notes/GlobalNotes.vue @@ -1,5 +1,5 @@