Moved all the path tracing logic to the dialog.

refactored repeater hub along with contacts screen to use shortPubKeyHex.
Added localization strings for path tracing, english only.
This commit is contained in:
Winston Lowe
2026-01-25 10:55:42 -08:00
parent 0ebd688787
commit cacb9bc677
4 changed files with 247 additions and 89 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class RepeaterHubScreen extends StatelessWidget {
),
const SizedBox(height: 8),
Text(
'<${repeater.publicKeyHex.substring(0, 8)}...${repeater.publicKeyHex.substring(repeater.publicKeyHex.length - 8)}>',
'$repeater.shortPubKeyHex',
style: TextStyle(fontSize: 14, color: Colors.grey[600]),
),
const SizedBox(height: 8),