You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(hive): resolve push handling regressions and improve notification UX (#20)
- Make Service Worker resilient to IndexedDB upgrade blocks during push
by creating the DB on-demand when it does not exist yet.
- Harden notification click flow: best-effort focus/openWindow, catch
malformed client URLs, and persist after opening to avoid Android
activation stalls.
- Remove redundant E2E envelope null check after type guard.
- Improve relative time formatting: show seconds for recent messages,
absolute HH:MM for same-day >1h and previous days.
- Expand test coverage for SW push, click, credentials, and bootstrap.
0 commit comments