push-nuorysnrrttx #89
Reference in New Issue
Block a user
No description provided.
Delete Branch "push-nuorysnrrttx"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Bump Cargo.lock version to `0.3.47` - Fix race condition in API cache by using unique request keys and proper promise cleanup - Avoid duplicate pending requests with `request:${key}` prefix - Improve renderer snapshot error handling: clear invalid snapshots on failure and always clean up loading flag in `finally` - Add debounce to renderer refresh logic (500ms) preventing excessive concurrent fetches - Use local `currentRendererId` to avoid stale ID usage across async boundaries- Fixed race condition in apiCache TTL handling by passing ttl per-entry - Removed double snapshot reassignment bug after switch cases in useRenderers.ts - Replaced `as any` cast on transport_state with runtime guard (isTransportState) - Fixed invalidate() to preserve subscriptions instead of deleting them - Migrated reactive(Map) → shallowRef + explicit reactivity triggers (triggerSnapshotReactive, triggerLoadingReactice) - Added onUnmounted cleanup for debounce timer in useRenderer() - Exposed resetSSE() to allow reinitialization after SSE reconnect - Split deep watch in useTabs.ts into separate lightweight watches without {deep: true} - Fixed swipe gesture to capture startX in onSwipeStart instead of using final clientX - Added minimal JSON validation log for null responses (DEV mode only) - Implemented ARIA labels on transport controls and volume slider - Added UI notifications for network errors via uiStore.notifyError() + Removed obsolete toRaw() usage and import after shallowRef migration - Added missing reactivity triggers for state_changed, queue_refreshing/updated cases