Simplify O5 certificate details UI#91
Conversation
- Shorten cert source labels in details dump: "Compiled"/"Imported"/"API" - Replace the "Forget Saved Certificate" button with a long-press context menu offering Copy Controller ID, Copy Public Key, and Forget - Move the Certificate Details row from OmniSettingsView into Pod Diagnostics
Test✅ successful test ConfigurationiPhone SE 3rd gen running iOS 26 TestConfirmed the new location for the Certificate Details row |
| // | ||
|
|
||
| import SwiftUI | ||
| import UIKit |
There was a problem hiding this comment.
Why was UIKit added. It builds fine without this line.
There was a problem hiding this comment.
Sorry, I don't know why stuff like this gets re-added when i compile / lint on my machine.
marionbarker
left a comment
There was a problem hiding this comment.
I think the UIKit line is not needed.
Other than that, review is good and test works.
I approve the change but will not merge it yet to give @jwoglom time to respond.
removed UIKit import. not sure why stuff like this gets added sometimes |
|
Make it more difficult to accidentally forget a saved certificate.