Usame Algan
Usame Algan
Adds an MIT LICENSE file
## What it solves Resolves #1825 ## How this PR fixes it - Check if a connected wallet is a delegate and store it as a flag in `useWallet` -...
## Bug description A pending transaction state is cleaned up whenever one of the following transaction events are emitted: `TxEvent.SIGNATURE_INDEXED | TxEvent.SUCCESS | TxEvent.REVERTED | TxEvent.FAILED` As long as there...
## What is the feature about The connected wallet needs to be on the same network as the safe in order for the user to sign/execute transactions. The current implementation...
## Bug description Trying to copy the safe address from the sidebar when having the app open on a mobile phone doesn't do anything. ## Environment - Browser: Safari -...
## Bug description The search and close buttons in the What's new sidebar are not functional ## Environment - Browser: Chrome - Wallet: MetaMask - Chain: Ethereum mainnet ## Steps...
## Bug description Pressing the X in the transaction dialog on mobile screens doesn't do anything. Note: This does not happen when emulating a mobile viewport e.g. in Chrome ##...
## What it solves Resolves #3959 ## How this PR fixes it - Adds the undeployedSafesSlice to the import and export page in settings ## How to test it 1....
## What is the feature about We are currently using the `@onboard/core` package to manage wallets. However, when we initialize onboard, we store it in an `ExternalStore` and access it...
## What is the feature about Next 13 introduced app routes which are meant to replace page routes and there are performance optimizations coming out for app routes: https://nextjs.org/blog/next-13-5?trk=feed_main-feed-card-text#improving-startup-and-fast-refresh-time ##...