Implement user sorting feature in Benutzer.vue
All checks were successful
Code Analysis and Production Deploy / analyze (push) Has been skipped
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 2m19s

- Added a dropdown for sorting active users by first name or last name.
- Updated the display of active users to reflect the selected sorting order.
- Introduced helper functions to split names and format display names accordingly.
This commit is contained in:
Torsten Schulz (local)
2026-04-27 15:04:41 +02:00
parent 20a1cdd7f2
commit 27a096546f
2 changed files with 85 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "harheimertc-website",
"version": "1.1.2",
"version": "1.1.3",
"description": "Moderne Webseite für den Harheimer Tischtennis Club",
"private": true,
"type": "module",