From 162c941ebe71ee2f8a68770e9f4373899bc56863 Mon Sep 17 00:00:00 2001 From: Daridjcm Date: Wed, 31 Jan 2024 13:20:14 -0500 Subject: [PATCH 1/3] Add icon of trash and hover --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f7fff19..a064615 100644 --- a/index.html +++ b/index.html @@ -14,10 +14,12 @@ -
+

Your Notes

- - +
+ + +
From 232a3331fbb42df3328c76cb1fa2a7689996ae91 Mon Sep 17 00:00:00 2001 From: Daridjcm Date: Wed, 31 Jan 2024 13:24:52 -0500 Subject: [PATCH 2/3] Attempt to clear inputs --- public/modal.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/modal.js b/public/modal.js index 5cf4702..d36b6d7 100644 --- a/public/modal.js +++ b/public/modal.js @@ -21,4 +21,6 @@ function editElement() { } // Cerrar el diálogo después de la edición closeDialog(); + title.value = ''; + description.value = ''; } From 06597b5e0fdd9d06503e9e0a94d7009acf8d96c4 Mon Sep 17 00:00:00 2001 From: Daridjcm Date: Wed, 31 Jan 2024 13:31:20 -0500 Subject: [PATCH 3/3] Format document with Prettier --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a064615..5530635 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,12 @@

Your Notes

- - + +