Hide secondary windows until the login UI is painted, open external links in the default browser, and add signed Githop auto-updates

Hop-State: A_06FPJAAEMY0VXGY9S90PE90
Hop-Proposal: R_06FPJA9RY0ZAWJ1K0K760W8
Hop-Task: T_06FPJ5688NFG8VWKSFCTZEG
Hop-Attempt: AT_06FPJ5688M08V2K0PEFVQX0
This commit is contained in:
2026-07-15 21:22:22 -07:00
committed by Hop
parent ec3c8d58b0
commit 7c185c9b36
13 changed files with 677 additions and 12 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-open-external-url"
description = "Enables the open_external_url command without any pre-configured scope."
commands.allow = ["open_external_url"]
[[permission]]
identifier = "deny-open-external-url"
description = "Denies the open_external_url command without any pre-configured scope."
commands.deny = ["open_external_url"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-reveal-window"
description = "Enables the reveal_window command without any pre-configured scope."
commands.allow = ["reveal_window"]
[[permission]]
identifier = "deny-reveal-window"
description = "Denies the reveal_window command without any pre-configured scope."
commands.deny = ["reveal_window"]
+2
View File
@@ -9,4 +9,6 @@ commands.allow = [
"has_web_session",
"open_web_app",
"open_login_window",
"open_external_url",
"reveal_window",
]