feat: prompt user to regenerate compromised keys (#2131)

This commit is contained in:
James Rich 2025-06-16 17:06:23 +00:00 committed by GitHub
parent 86905942de
commit 3ef504c567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 109 additions and 18 deletions

View file

@ -952,6 +952,7 @@ fun TracerouteActionButton(
@Suppress("LongMethod")
@Composable
fun NodeActionButton(
modifier: Modifier = Modifier,
title: String,
enabled: Boolean,
icon: ImageVector? = null,
@ -964,7 +965,7 @@ fun NodeActionButton(
onClick()
},
enabled = enabled,
modifier = Modifier
modifier = modifier
.fillMaxWidth()
.padding(vertical = 4.dp)
.height(48.dp),