feat(conversations): add swap button (#32)

Adds a button between the two person typeaheads that swaps sender and
receiver, then reloads the conversation view.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-20 16:17:07 +01:00
parent 0525e66d55
commit ca212e871f
4 changed files with 31 additions and 0 deletions

View File

@@ -140,6 +140,7 @@
"conv_empty_text": "Die Korrespondenz wird hier angezeigt.",
"conv_no_results_heading": "Keine Dokumente gefunden.",
"conv_no_results_text": "Versuchen Sie, den Zeitraum anzupassen.",
"conv_swap_btn": "Personen tauschen",
"admin_heading": "Admin Dashboard",
"admin_tab_users": "Benutzer",

View File

@@ -140,6 +140,7 @@
"conv_empty_text": "The correspondence will be shown here.",
"conv_no_results_heading": "No documents found.",
"conv_no_results_text": "Try adjusting the time period.",
"conv_swap_btn": "Swap persons",
"admin_heading": "Admin Dashboard",
"admin_tab_users": "Users",

View File

@@ -140,6 +140,7 @@
"conv_empty_text": "La correspondencia se mostrará aquí.",
"conv_no_results_heading": "No se encontraron documentos.",
"conv_no_results_text": "Intente ajustar el período de tiempo.",
"conv_swap_btn": "Intercambiar personas",
"admin_heading": "Panel de administración",
"admin_tab_users": "Usuarios",