Skip to content

feat: offline mode fallback (#160) and dev sandbox environment (#161)#203

Merged
mijinummi merged 1 commit intoMDTechLabs:mainfrom
portableDD:feat/offline-mode-and-dev-sandbox-160-161
Mar 29, 2026
Merged

feat: offline mode fallback (#160) and dev sandbox environment (#161)#203
mijinummi merged 1 commit intoMDTechLabs:mainfrom
portableDD:feat/offline-mode-and-dev-sandbox-160-161

Conversation

@portableDD
Copy link
Copy Markdown
Contributor

  • Add useOfflineDetection hook that listens to browser online/offline events and persists last-fetched data in localStorage (1-hour TTL)
  • Add OfflineBanner component that renders a sticky banner with cache timestamp when the user loses network connectivity
  • Mount OfflineBanner in the root layout so it covers all pages
  • Add /sandbox page with testnet configs, three runnable demo bridge flows (Across, LayerZero, Stargate testnets), step-by-step progress simulation, and inline setup instructions

Closes #160 , Closes #161

…ent (MDTechLabs#161)

- Add `useOfflineDetection` hook that listens to browser online/offline
  events and persists last-fetched data in localStorage (1-hour TTL)
- Add `OfflineBanner` component that renders a sticky banner with cache
  timestamp when the user loses network connectivity
- Mount `OfflineBanner` in the root layout so it covers all pages
- Add `/sandbox` page with testnet configs, three runnable demo bridge
  flows (Across, LayerZero, Stargate testnets), step-by-step progress
  simulation, and inline setup instructions

Closes MDTechLabs#160, Closes MDTechLabs#161
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@portableDD Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mijinummi mijinummi merged commit 1f13809 into MDTechLabs:main Mar 29, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dev Sandbox / Demo Environment Offline Mode Fallback

2 participants