Remove the node switcher UI, native title-bar integration, registry persistence, and dedicated dependencies

Hop-State: A_06FPH4TF27M92NB8GVKNGKG
Hop-Proposal: R_06FPH4T0F0KDZV6BB8BQ0J8
Hop-Task: T_06FPH2162KK06P10J2MY3SR
Hop-Attempt: AT_06FPH2162H2HW7STZZWQFJR
This commit is contained in:
2026-07-15 18:38:32 -07:00
committed by Hop
parent 016fcc6c94
commit d04b9633dc
5 changed files with 13 additions and 315 deletions
-18
View File
@@ -24,23 +24,5 @@ serde_json = "1"
reqwest = { version = "0.12", features = ["cookies", "json", "rustls-tls"] }
tauri-plugin-notification = "2"
[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.6"
objc2-app-kit = { version = "0.3", features = [
"NSButton",
"NSCell",
"NSControl",
"NSLayoutConstraint",
"NSMenu",
"NSMenuItem",
"NSPopUpButton",
"NSResponder",
"NSTitlebarAccessoryViewController",
"NSView",
"NSViewController",
"NSWindow",
] }
objc2-foundation = { version = "0.3", features = ["NSArray", "NSString"] }
[dev-dependencies]
http = "1"