From b5bfc725e28219faf00285ec0e2da47cf422815c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eder=20S=C3=A1nchez?= Date: Thu, 23 Apr 2026 19:32:36 -0600 Subject: [PATCH] fix(admin): make content list column headers sortable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The admin collection list (`/_emdash/admin/content/{collection}`) rendered `Title`, `Status`, `Locale`, and `Date` as plain `` labels — no click handler, no sort indicator, no `aria-sort`. The backend's `FindManyOptions.orderBy` already supported sorting, but nothing in the admin sent it. Changes: - `SortableTh` component: turns each header into a `