-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/front-end-robustness-improvements (#121)
* feat: added ErorrBoundary * chore: updated gitignore when build android app * fix: tricks to make export work statically (ErrorBoundary not working on dev mode) * feat: first versiuon of ErrorBoundary class * feat: handle websocket disconnexions * feat: added hook asyncError to upgrade ErrorBoundary to handle fetch error * chore: refactor WebsocketError in component * feat: added RootErrorBoundary page * refactor: error boudary template became component * Fix/remote token provider (#128) * chore: added method room:error in websocket ServerToClient * fix: catched Spotify SDK error & fix * fix: on remote creation, added bound services verification * chore: removed hardcode default fallback error page * fix : type of props in ErrorBoundary * chore : resolved conflicts * fix: duplicated import * chore: added back GitHub issue --------- Co-authored-by: MAXOUXAX <[email protected]>
- Loading branch information
1 parent
3c1f869
commit eb732e0
Showing
28 changed files
with
470 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ node_modules/ | |
dist/ | ||
web-build/ | ||
|
||
# Expo build | ||
android/ | ||
|
||
# Metro | ||
.metro-health-check* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.