From 07842e0ddda026a1b3cb9dd763e6e23f4e04b6ab Mon Sep 17 00:00:00 2001 From: "e.vukcevic" Date: Sat, 2 Sep 2023 17:58:50 +0200 Subject: [PATCH 1/4] -Adding MarkdownPencil component -adding rename function for every note item in list --- src/components/Icons/MarkdownPencil.vue | 27 +++++++ src/components/NoteItem.vue | 94 +++++++++++++++++++------ src/components/NotesList.vue | 21 ++++-- 3 files changed, 116 insertions(+), 26 deletions(-) create mode 100644 src/components/Icons/MarkdownPencil.vue diff --git a/src/components/Icons/MarkdownPencil.vue b/src/components/Icons/MarkdownPencil.vue new file mode 100644 index 000000000..3f60c518b --- /dev/null +++ b/src/components/Icons/MarkdownPencil.vue @@ -0,0 +1,27 @@ + + + diff --git a/src/components/NoteItem.vue b/src/components/NoteItem.vue index 56ab9cb48..8ff593607 100644 --- a/src/components/NoteItem.vue +++ b/src/components/NoteItem.vue @@ -10,51 +10,73 @@ From 03447c2a1beb7a474ab291c155961b70a8f7aee0 Mon Sep 17 00:00:00 2001 From: "e.vukcevic" Date: Sat, 2 Sep 2023 18:06:26 +0200 Subject: [PATCH 2/4] -fix indentation --- src/components/NoteItem.vue | 27 +++++++++++++++------------ src/components/NotesList.vue | 13 +++++++------ 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/src/components/NoteItem.vue b/src/components/NoteItem.vue index 8ff593607..32d2a7efb 100644 --- a/src/components/NoteItem.vue +++ b/src/components/NoteItem.vue @@ -9,20 +9,23 @@ {{ categoryTitle }} diff --git a/src/components/NotesList.vue b/src/components/NotesList.vue index 985fa95e8..3c8b6db44 100644 --- a/src/components/NotesList.vue +++ b/src/components/NotesList.vue @@ -1,11 +1,12 @@ From 0453e3ebc5c9312504b86f5df11e53db3986b57c Mon Sep 17 00:00:00 2001 From: "e.vukcevic" Date: Sat, 2 Sep 2023 18:08:52 +0200 Subject: [PATCH 3/4] -fix indentation --- src/components/NoteItem.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/components/NoteItem.vue b/src/components/NoteItem.vue index 32d2a7efb..047d86bd9 100644 --- a/src/components/NoteItem.vue +++ b/src/components/NoteItem.vue @@ -9,20 +9,17 @@ {{ categoryTitle }}