-
Notifications
You must be signed in to change notification settings - Fork 8
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
Wallet logos not showing up? #4
Comments
Could you change |
Got the same error. Any update on this? |
@Yetispapa @ChrisK1994 |
We will check it out this week.
Sent from ProtonMail mobile
…-------- Original Message --------
On Feb 5, 2022, 5:59 PM, Nach0Git wrote:
***@***.***(https://github.com/Yetispapa) ***@***.***(https://github.com/ChrisK1994)
The issue is on the library web3modal-ts. They fixed the issue in [this commit](https://gitlab.com/minds/web3modal-ts/-/commit/1cf71232b99dc1c8af688f179c7458a215e62087) and then updated the version to 1.3. This repository is using v1.2.2. projects/webmodal/package.json
I just created a pull request updating the version to 1.3 and plus updating the angular version to 13, I hope they review it soon.
—
Reply to this email directly, [view it on GitHub](#4 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAOVPSBM3JJPGERIO2B3V53UZWTWZANCNFSM5LZZITNA).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Great! Looking forward for the solution 👍 |
@Yetispapa @ChrisK1994
I think for angular 13 the |
Hey, is this fix applied to the branch you are currently using? https://gitlab.com/minds/web3modal-angular/-/merge_requests/6/diffs |
It may be a separate issue, as the linked one above is with a Metamask logo outside of the base web3-modal package. |
@bhayward93 Is a different issue. This affects to every provider icon when using angular 13. |
I see, thanks for this - we're currently in the progress of upgrading to Angular 13 ourselves so will be able to test the PR fully as we upgrade - quite likely by the sounds of it we would have ran into the same issue. Would you be able to give the CLA here a read and signature? https://developers.minds.com/docs/contributing/contributing/ |
Hi @bhayward93, great! Looking forward to the update |
@Nach0Git did you test this PR via |
Also note the package-lock's haven't been pushed but can add that in as a commit myself |
@bhayward93 I might have had the local env in a wrong state when I tested this the first time (I was trying a couple approaches to upgrade the packaging to angular 13). I just started over on a fresh branch and I do see the same error on the icons. If I have some time during the week I'll review this again, for my personal project I opted for using the library with angular 12. |
I think the issue may be this angular/angular-cli#22351 - would need to test but it fits the issue quite well. Just considering what the best path forward is currently. |
@bhayward93 Thanks for the heads up! |
Thanks for sharing - as It's potentially another 30 days away from being considered though, we may have to look for another solution rather than hold up our own core-sites Angular 13 upgrade. I'm currently playing with thing to see if I can make it work - one option also being considered is merging the web3modal-angular and web3modal-ts packages, which could potentially simplify the problem space. |
A candidate for release is up here https://gitlab.com/minds/web3modal-angular/-/merge_requests/8/diffs We opted to merge the two projects and replace the logo URLs with static URLs served from our CDN - we also added an option so you can override if you like to use your own CDN to retain control over the assets/change logos as you wish. |
We're pushing another upgrade, to move the Angular version to Angular 13 because compilation fails in our app when using 1.7.0 direct from npm, which was not apparent during development and testing. I have created a mirror card here for our own internal tracking https://gitlab.com/minds/web3modal-angular/-/issues/7 |
Got this error, I think we should be able fo configure logos.
Not allowed to load local resource: file:///C:/Users/user/Desktop/project/client/node_modules/@mindsorg/web3modal-ts/dist/providers/logos/metamask.svg
The text was updated successfully, but these errors were encountered: