From eeaefb7c0cc4cfd7879e70b144b68b37fb2e5e14 Mon Sep 17 00:00:00 2001 From: Tajim Date: Wed, 26 Aug 2026 23:56:30 +0600 Subject: [PATCH] style(profile): redesign public user profile top section with clean and uncluttered layout --- resources/js/pages/User/Show.vue | 262 +++++++++++++++---------------- 1 file changed, 128 insertions(+), 134 deletions(-) diff --git a/resources/js/pages/User/Show.vue b/resources/js/pages/User/Show.vue index 7560753..d0ffa2b 100644 --- a/resources/js/pages/User/Show.vue +++ b/resources/js/pages/User/Show.vue @@ -14,7 +14,6 @@ import { Facebook, FileText, Github, - GraduationCap, Heart, Instagram, LogIn, @@ -320,17 +319,17 @@ const totalActivitiesCount = computed(
- -
+ +
- {{ - profileUser.name.charAt(0).toUpperCase() - }} + {{ profileUser.name.charAt(0) }}
- -
-
+ +
+

{{ profileUser.name }}

- {{ roleInfo.label }}
- -

- @{{ profileUser.username }} -

- -
- - {{ - profileUser.institution - }} + @{{ profileUser.username }} + + + {{ profileUser.institution }} +
-

{{ profileUser.title }}

- -
+ +
- Edit + Edit Profile
+ {{ profileUser.about }} +

- +
- + + {{ localAppreciationsCount }} + {{ + localAppreciationsCount === 1 + ? 'appreciation' + : 'appreciations' + }} + - -
- -
- -
- - - - - - - - - + Appreciating {{ appreciatingCount }} + {{ + appreciatingCount === 1 + ? 'member' + : 'members' + }} +
- -
- - Joined {{ profileUser.created_at }} + +
+ + +
+ + Joined {{ profileUser.created_at }} +