Kirat

Results 127 comments of Kirat

I think one of the reasons of having them separate is that `window.solana` can be owned by a wallet that don't support xnft constructs (opening up a popup inside the...

The way I was thinking of it was that we introduce a change at the `ReactXnft` level to replace all `window.solana` calls with `window.xnft.solana` when bundling the xnft if `--shim`...

This is currently not possible because don't have `allow-popups` enabled on the xnft iframe. Can't think of any security concerns not to allow popups on xnfts. Can be a design...

Not consistently reproducable but can reproduce ~3/5 times. The weird thing is even if I do ``` window.location.href = "chrome-extension://asdadsasdaweeqweri/popup.html#/balances?title=%22Balances%22&props=%7B%7D&nav=tab" ``` deliberately in the console, it doesn't redirect. Something very...

More ref - https://discord.com/channels/985994296337498182/1004775994193875064/1017857565444542515

Wrote something here - https://gist.github.com/hkirat/f975fa67b88c518aefca841b0e0a86f8 to unblock folks Need to port it to xnft-cli

I think we might be getting close to be able to support this with https://github.com/coral-xyz/backpack/pull/1142 After discussing with @peterpme , we should be able to support this on both mobile...

Importing isn't yet available. You'll have to do with inline styling for now as done here - https://github.com/coral-xyz/backpack/blob/master/examples/xnft/custom-components/src/components/Centralize.tsx#L7

Mostly done in here - https://github.com/coral-xyz/backpack/pull/1080 Need to add a cert to it and make it a custom domain

The question is how do we logout people on demand.