[ ] I wrote tests for my new features, or added regression tests for the bug I fixed
Testing
I implemented a modal to display when our app is offline. so how did i test this, i tested this by throttling the network in my devtools and also disconneCTING my device from wifi and this modal appears on the index.tsx and play.tsx page. when i toggle back or reconnect, the modal disaappears
Context (Problem, Motivation, Solution)
Link related issues! https://github.com/0xFableOrg/0xFable/issues/35
Describe Your Changes
Checklist
make check
and fixed resulting issuesTesting
I implemented a modal to display when our app is offline. so how did i test this, i tested this by throttling the network in my devtools and also disconneCTING my device from wifi and this modal appears on the
index.tsx
andplay.tsx
page. when i toggle back or reconnect, the modal disaappearsCc: @norswap