add ability to delete an entry aka mark it missing

make entire row tappable instead of just content

closed #46
This commit is contained in:
Trey t
2022-01-29 12:17:35 -06:00
parent 01fcf70d45
commit 27e2bf2a40
3 changed files with 14 additions and 7 deletions

View File

@@ -42,6 +42,8 @@ struct SettingsView: View {
if useCloudKit {
cloudKitStatus
}
canDelete
}
Spacer()
}