+22
-9
appview/pages/pages.go
+22
-9
appview/pages/pages.go
···
···
+1
-1
appview/pages/templates/user/fragments/editBio.html
+1
-1
appview/pages/templates/user/fragments/editBio.html
+1
-1
appview/pages/templates/user/fragments/editPins.html
+1
-1
appview/pages/templates/user/fragments/editPins.html
+98
appview/pages/templates/user/fragments/profileCard.html
+98
appview/pages/templates/user/fragments/profileCard.html
···
···+class="text-lg font-bold dark:text-white overflow-hidden text-ellipsis whitespace-nowrap max-w-full">+<div class="flex flex-col gap-2 mb-2 overflow-hidden text-ellipsis whitespace-nowrap max-w-full">+<div class="flex items-center gap-2 my-2 overflow-hidden text-ellipsis whitespace-nowrap max-w-full text-sm">
+12
-102
appview/pages/templates/user/profile.html
+12
-102
appview/pages/templates/user/profile.html
······-class="text-lg font-bold dark:text-white overflow-hidden text-ellipsis whitespace-nowrap max-w-full">-<div class="flex flex-col gap-2 mb-2 overflow-hidden text-ellipsis whitespace-nowrap max-w-full">-<div class="flex items-center gap-2 my-2 overflow-hidden text-ellipsis whitespace-nowrap max-w-full text-sm"><div class="text-sm font-bold p-2 pr-0 dark:text-white flex items-center justify-between gap-2">-<button hx-get="/{{ $.UserDid }}/profile/edit-pins" hx-target="#all-repos" class="btn font-normal text-sm flex gap-2 items-center">···
······<div class="text-sm font-bold p-2 pr-0 dark:text-white flex items-center justify-between gap-2">+class="flex text-black dark:text-white items-center gap-4 no-underline hover:no-underline group">+<span class="flex md:hidden group-hover:flex gap-2 items-center font-normal text-sm text-gray-500 dark:text-gray-400 ">+<button hx-get="profile/edit-pins" hx-target="#all-repos" class="btn font-normal text-sm flex gap-2 items-center">···
+44
appview/pages/templates/user/repos.html
+44
appview/pages/templates/user/repos.html
···
···
+65
-10
appview/state/profile.go
+65
-10
appview/state/profile.go
······
······
+9
-8
appview/state/router.go
+9
-8
appview/state/router.go
······
······