Diagnostics: remove stale Cookie Store section
This commit is contained in:
@@ -74,17 +74,6 @@ struct DiagnosticsView: View {
|
|||||||
|
|
||||||
Divider()
|
Divider()
|
||||||
|
|
||||||
// Cookie summary
|
|
||||||
DiagSection(title: "Cookie Store") {
|
|
||||||
DiagRow("Total cookies", "\(vm.diagCookieCount)")
|
|
||||||
DiagRow("claude.ai cookies", "\(vm.diagClaudeCookieCount)")
|
|
||||||
DiagRow("All domains", vm.diagCookieDomains.isEmpty
|
|
||||||
? "(none — never fetched)"
|
|
||||||
: vm.diagCookieDomains.joined(separator: ", "))
|
|
||||||
}
|
|
||||||
|
|
||||||
Divider()
|
|
||||||
|
|
||||||
// Live cookie list
|
// Live cookie list
|
||||||
DiagSection(title: "Live Cookie Names (WKWebsiteDataStore.default)") {
|
DiagSection(title: "Live Cookie Names (WKWebsiteDataStore.default)") {
|
||||||
if loadingCookies {
|
if loadingCookies {
|
||||||
|
|||||||
Reference in New Issue
Block a user