-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wallet installation detection (#1498)
Closes #1464 # Changes ## @fuel-wallet/connections - Fixed extension not being detected as installed after inactivity period. - Fixed not being detected after fresh install on currently open tabs ## Wallet - Avoid duplicating instances of injected Content Script - Avoid attempting to inject into restricted urls (e.g. `chrome://...`) # Evidence ## Before [Fresh Install](https://github.com/user-attachments/assets/a22507b2-833f-4013-97b5-64685c53d259) [Inactivity/Suspension](https://github.com/user-attachments/assets/4c88db00-88bd-43d6-8834-70f7b5853f61) ## After [Fresh Install](https://github.com/user-attachments/assets/20b5c026-d523-4864-a391-b9c6385aeb85) [Inactivity/Suspension](https://github.com/user-attachments/assets/92c22da0-db65-4a0b-8538-b40a3104a00e)
- Loading branch information
1 parent
4bd3f8f
commit 698c272
Showing
5 changed files
with
25 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-wallet/connections": patch | ||
--- | ||
|
||
Fixed extension not being detected as installed after inactivity period. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"fuels-wallet": patch | ||
--- | ||
|
||
Avoid duplicating instances of injected Content Script |
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