Refresh UI when receiving deep link

This commit is contained in:
Will Chen
2025-04-22 21:56:43 -07:00
parent ae2cb0fc6b
commit 42b759d85c
7 changed files with 90 additions and 10 deletions

View File

@@ -56,6 +56,7 @@ const validReceiveChannels = [
"github:flow-update",
"github:flow-success",
"github:flow-error",
"deep-link-received",
] as const;
type ValidInvokeChannel = (typeof validInvokeChannels)[number];