Localize Score, fix login dialog overflow, use locale-aware date format in channel chat

This commit is contained in:
Serge Tarkovski
2026-04-24 13:58:31 +03:00
parent 5e446207c6
commit 6ae3f612ae
39 changed files with 103 additions and 22 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ class _PathManagementDialogState extends State<_PathManagementDialog> {
),
isThreeLine: true,
subtitle: Text(
'${(path.tripTimeMs / 1000).toStringAsFixed(2)}s • ${_formatRelativeTime(context, path.timestamp)}\n${path.successCount} ${l10n.chat_successes}Score: ${path.routeWeight.toStringAsFixed(1)}',
'${(path.tripTimeMs / 1000).toStringAsFixed(2)}s • ${_formatRelativeTime(context, path.timestamp)}\n${path.successCount} ${l10n.chat_successes}${l10n.chat_score}: ${path.routeWeight.toStringAsFixed(1)}',
style: const TextStyle(fontSize: 11),
),
trailing: Row(