feat(push): smart push queueing with page-visibility fast path and app-ping/pong fallback

This commit is contained in:
2026-06-04 22:10:48 -04:00
parent fc0527e9e7
commit 4e6dfb4726
16 changed files with 192 additions and 60 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ export interface ServerMessage {
export type ClientMessageType =
| 'query' | 'permission-response' | 'ask-response' | 'abort'
| 'reconnect' | 'set-permission-mode' | 'plan-response';
| 'reconnect' | 'set-permission-mode' | 'plan-response'
| 'page-visibility' | 'app-pong';
export interface ClientMessage {
type: ClientMessageType;