Add an accent-colored new-node button that opens independent login windows with scoped Tauri permissions

Hop-State: A_06FPHE7W9CXE3QZY70FNMH8
Hop-Proposal: R_06FPHE77PJN045T67QKDFA0
Hop-Task: T_06FPHCF4TTA40Z7GKD237Z8
Hop-Attempt: AT_06FPHCF4TRY8K16J9218WER
This commit is contained in:
2026-07-15 19:19:41 -07:00
committed by Hop
parent e41da3e6c8
commit 7bdd460a52
13 changed files with 250 additions and 27 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-has-web-session"
description = "Enables the has_web_session command without any pre-configured scope."
commands.allow = ["has_web_session"]
[[permission]]
identifier = "deny-has-web-session"
description = "Denies the has_web_session command without any pre-configured scope."
commands.deny = ["has_web_session"]