From 0c2e0132b6bd5b23aa747ee8deddd7792c8d3853 Mon Sep 17 00:00:00 2001 From: majiayu000 <1835304752@qq.com> Date: Sun, 28 Dec 2025 01:04:11 +0800 Subject: [PATCH 1/2] fix: add explicit id/for associations to form inputs for accessibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add for="ai-consent" to consent checkbox label in create_survey.templ - Add for="example-select" to example selector label in create_survey.templ - Add id="share-url-short" and for attribute to share link label in share.templ - Add id="share-url-aturi" and for attribute to ATProto URI label in share.templ - Add aria-label to select-all checkbox in my_data.templ - Add aria-label to individual record checkboxes in my_data.templ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 Signed-off-by: majiayu000 <1835304752@qq.com> --- internal/templates/create_survey.templ | 4 ++-- internal/templates/my_data.templ | 4 ++-- internal/templates/share.templ | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/internal/templates/create_survey.templ b/internal/templates/create_survey.templ index c058594..d6cfa1c 100644 --- a/internal/templates/create_survey.templ +++ b/internal/templates/create_survey.templ @@ -60,7 +60,7 @@ templ CreateSurvey(user *oauth.User, profile *oauth.Profile, posthogKey string,
-