From cc3a1a241b6390fc8188c1b2adb713097ef97b1b Mon Sep 17 00:00:00 2001 From: Yaroslav <6i4bbb@gmail.com> Date: Sat, 26 Jul 2025 15:09:28 +0300 Subject: [PATCH] added the ability to dynamically add and remove email/phone/social network fields when creating or editing a contact --- .../resources/templates/contact/edit.html | 135 ++++++++++++------ 1 file changed, 92 insertions(+), 43 deletions(-) diff --git a/src/main/resources/templates/contact/edit.html b/src/main/resources/templates/contact/edit.html index b08e8ef..0a6ce67 100644 --- a/src/main/resources/templates/contact/edit.html +++ b/src/main/resources/templates/contact/edit.html @@ -17,10 +17,9 @@

Edit Contact

- +
- Current contact image

Current Image

@@ -39,62 +38,60 @@

Edit Contact

- -
- - -
+ + +
+ + +
-
- - - - +
+
+
-
- - - - +
+
+ + + + +
+
-
- - - - +
+
+ + + + +
+
@@ -110,5 +107,57 @@

Edit Contact

+ + + - \ No newline at end of file +