Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🟥 Make app work in offline state [Exploration] #21072

Open
9 tasks
shivekkhurana opened this issue Aug 16, 2024 · 2 comments
Open
9 tasks

🟥 Make app work in offline state [Exploration] #21072

shivekkhurana opened this issue Aug 16, 2024 · 2 comments
Labels
feature feature requests

Comments

@shivekkhurana
Copy link
Contributor

shivekkhurana commented Aug 16, 2024

Feature Issue

User Story

As a user,
I want the app to continue working, when I go offline
so that

  • I don't panic to see zero balances
  • I can still check my NFTs
  • I can still use other parts of the app (like settings that don't need any internet connection)

Description

Currently, if the user goes offline, the app panics. This is fixed at surface level by issues like:

But we still need to have some indicators that the app is in offline state. This issue is related to #21071. And will need fixes at UI, Clojure and Go level.

Acceptance Criteria

  • The app should behave well when offline
  • (Exploration) Parts of app that don't need internet should work as intended (settings, signup, etc)
  • (Exploration) Parts of app that do need internet should try to fallback on cache (wallet balances)
  • The user should be made aware that he is offline
  • (Exploration) Parts of app that cannot work without internet should have offline warnings
  • User should be able to signup
  • User should be able to change settings
  • If the user tries to use swap, he should see an offline label somewhere
  • If the user tries to use buy crypto, he should see an offline label somewere

Notes

We will need to split this into smaller issues.

@shivekkhurana shivekkhurana added the feature feature requests label Aug 16, 2024
@churik
Copy link
Member

churik commented Aug 16, 2024

Also relatable: #18647

@shivekkhurana shivekkhurana changed the title 🟥 Make app work in offline state 🟥 Make app work in offline state [Exploration] Aug 19, 2024
@churik
Copy link
Member

churik commented Aug 28, 2024

Related issue: #21056

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature requests
Projects
Status: No status
Development

No branches or pull requests

2 participants