rspace-online/modules/rflows/components
Jeff Emmett 49f55dffc8 fix: resolve 500s on notifications, cache errors in SW, and [object Object] on-ramp alert
- Notification routes: wrap GET / and GET /count in try-catch, return
  graceful fallbacks instead of 500s when DB table is missing/unavailable
- getUnreadCount: add null safety (row?.count ?? 0) and catch DB errors
- Service worker: add .catch(() => {}) to all cache.put() calls to
  suppress NetworkError on quota-exceeded or corrupted cache entries
- On-ramp error display: coerce err.error to string so alerts show the
  actual message instead of [object Object]

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 12:31:14 -07:00
..
flows-demo.ts refactor: complete rfunds → rflows rename across configs and references 2026-03-03 19:13:14 -08:00
flows.css feat(rflows): faucet-shaped source nodes with purchase modal + MetaMask 2026-03-10 11:56:13 -07:00
folk-flow-river.ts fix: migrate all rApp components to theme variables for dark/light mode 2026-03-04 12:55:07 -08:00
folk-flows-app.ts fix: resolve 500s on notifications, cache errors in SW, and [object Object] on-ramp alert 2026-03-10 12:31:14 -07:00