From 606c8a842a1dd25314a8f3b667611f5ce87c3e99 Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Fri, 17 Oct 2025 17:42:23 -0500 Subject: [PATCH] minor bug fixes around hold did:web instead of url endpoint --- pkg/appview/templates/pages/settings.html | 22 ++++++++++-- pkg/atproto/lexicon.go | 6 ++++ pkg/atproto/profile.go | 36 +++++++++++++++++-- pkg/hold/service.go | 44 ----------------------- pkg/hold/storage.go | 20 +++-------- 5 files changed, 65 insertions(+), 63 deletions(-) diff --git a/pkg/appview/templates/pages/settings.html b/pkg/appview/templates/pages/settings.html index 8e79a8d..4fd12d3 100644 --- a/pkg/appview/templates/pages/settings.html +++ b/pkg/appview/templates/pages/settings.html @@ -35,11 +35,12 @@

Default Hold

-

Current: {{ if .Profile.DefaultHold }}{{ .Profile.DefaultHold }}{{ else }}Not set{{ end }}

+

Current: {{ if .Profile.DefaultHold }}{{ .Profile.DefaultHold }}{{ else }}Not set{{ end }}

+ hx-swap="innerHTML" + id="hold-form">
@@ -115,6 +116,23 @@