Release 1.0.8 with platform, security, and UI hardening.
Adds API filter registry, style theme registry, SW bitmask cache clear, KV namespacing, session expiry checks, accessibility improvements, and expanded test coverage. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -331,6 +331,9 @@ class ToastManager {
|
||||
|
||||
// Set new timeout with remaining time
|
||||
const timeoutId = setTimeout(() => {
|
||||
if (toast.persistToNotifications) {
|
||||
notificationCenterManager.addFromToast(toast);
|
||||
}
|
||||
this.hide(id);
|
||||
this._timeouts.delete(id);
|
||||
}, remaining);
|
||||
@@ -1035,6 +1038,10 @@ function NetworkActivityOverlay({ visible = false }) {
|
||||
|
||||
return (
|
||||
<YStack
|
||||
role="status"
|
||||
aria-live="polite"
|
||||
aria-busy
|
||||
accessibilityLabel="Network activity in progress"
|
||||
position="fixed"
|
||||
top={0}
|
||||
left={0}
|
||||
|
||||
Reference in New Issue
Block a user