new sort option
All checks were successful
CI/CD Pipeline / test (push) Successful in 19m41s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
Philipp Hofer
2026-01-05 13:08:40 +01:00
parent e5c9f30dd5
commit 9f9ec2f812
2 changed files with 16 additions and 1 deletions

View File

@@ -163,6 +163,14 @@
<a href="?sort=name"
class="block px-4 py-2 hover:bg-gray-100 hover:text-secondary-950">Name Z-A</a>
</li>
<li>
<a href="?sort=member_since_date&asc"
class="block px-4 py-2 hover:bg-gray-100 hover:text-secondary-950">Mitglied seit (älteste)</a>
</li>
<li>
<a href="?sort=member_since_date"
class="block px-4 py-2 hover:bg-gray-100 hover:text-secondary-950">Mitglied seit (neueste)</a>
</li>
</ul>
</div>
</div>