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 }}