From 17b74e473f45bb6621d0b71b2692023f3290a2b9 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:43:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Improve=20table=20hea?= =?UTF-8?q?der=20sorting=20accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added role="button", tabindex="0", and aria-label to table header sorting wrappers. - Implemented keyboard support (Enter and Space) for triggering sort. - Dynamically update aria-sort attribute on th elements. - Added visual focus indicators using Tailwind ring utilities. - Normalized line endings to LF for app/templates/shared/list_base.html. Co-authored-by: Woschj <81321922+Woschj@users.noreply.github.com> --- app/templates/shared/list_base.html | 771 ++++++++++++++-------------- 1 file changed, 394 insertions(+), 377 deletions(-) diff --git a/app/templates/shared/list_base.html b/app/templates/shared/list_base.html index c89a7b4..70d2e92 100755 --- a/app/templates/shared/list_base.html +++ b/app/templates/shared/list_base.html @@ -1,382 +1,399 @@ -{% extends "base.html" %} - -{% block content %} -
{{ help_text }}
- {% endif %} - {% if help_items %} -{{ help_text }}
+ {% endif %} + {% if help_items %} +