From 7eb437a713bfa2552cc72797d1a25132e097d66e Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 25 Feb 2026 06:34:39 +0000 Subject: [PATCH] appview/profile: improve styling for punchcard preferences Signed-off-by: oppiliappan --- .../templates/user/settings/profile.html | 103 +++++++----------- 1 file changed, 38 insertions(+), 65 deletions(-) diff --git a/appview/pages/templates/user/settings/profile.html b/appview/pages/templates/user/settings/profile.html index b65990f1..049a1cc8 100644 --- a/appview/pages/templates/user/settings/profile.html +++ b/appview/pages/templates/user/settings/profile.html @@ -4,82 +4,55 @@

Settings

-
-
-
- {{ template "user/settings/fragments/sidebar" . }} -
+
+
+ {{ template "user/settings/fragments/sidebar" . }}
- {{ template "profileInfo" . }} + {{ template "profile" . }} + {{ template "punchcard" . }}
{{ end }} -{{ define "profileInfo" }} -
-
-

Profile

-

- Your account information from your AT Protocol identity. -

-
-
-
-
-
-
-
-
- Handle -
- - {{ resolve .LoggedInUser.Did }} - +{{ define "profile" }} +
+

Profile

+

+ Your account information from your AT Protocol identity. +

+
+
+ Handle + {{ resolve .LoggedInUser.Did }}
-
-
-
-
- Decentralized Identifier (DID) -
- - {{ .LoggedInUser.Did }} - +
+ Decentralized Identifier (DID) + {{ .LoggedInUser.Did }}
-
-
-
-
- Personal Data Server (PDS) -
- - {{ .LoggedInUser.Pds }} - +
+ Personal Data Server (PDS) + {{ .LoggedInUser.Pds }}
-
-
-
-
- Punchcard settings -
-
-
- - -
-
- - -
- -
+{{ end }} + +{{ define "punchcard" }} +
+

Punchcard

+

+ Configure punchcard visibility and preferences. +

+
+
+ +
-
+
+ + +
+
{{ end }} -- 2.51.2