From 558fc78c1bd74c53e6daed79bf3e054d20dc443f Mon Sep 17 00:00:00 2001 From: DiegoAndresMejia Date: Tue, 12 Nov 2024 09:55:53 -0500 Subject: [PATCH] add: add the theme color option to the profile page, and the form to update personal information --- resources/js/Pages/Users/Profile.vue | 224 +++++++++++++++++++-------- 1 file changed, 157 insertions(+), 67 deletions(-) diff --git a/resources/js/Pages/Users/Profile.vue b/resources/js/Pages/Users/Profile.vue index bf6d1aa..e199737 100644 --- a/resources/js/Pages/Users/Profile.vue +++ b/resources/js/Pages/Users/Profile.vue @@ -1,94 +1,147 @@ +