* Display decoded message received while using signDirect method
* Fix permission dialog not exiting after clicking outside
* Handle review changes
* Remove optional chaining in while checking for signDirect method
* Replace QR icon with WC logo
* Change screen title
* Display active sessions
* Change title
* Display sessions on WalletConnect page
* Display session topic in list item
* Fix types
* Add line
* Change message
* Move useEffect to WalletConnectContext
* Disconnect sessions on resetting wallet
* Review changes
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add functionality to use cosmos accounts while pairing
* Sign message using cosmos accounts using signAmino method
* Add todo to debug signDirect
* Use cosmos wallet amino method directly
* Add back displaying wallet connect data while pairing
* Reset state for wallet connect data on closing pairing modal
* Add toast on session_approval
* Handle case where request icon is null
* Change camera permission message
* Fix comments
* Fix import order
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add qr-code scanner button in homescreen header
* Display dapp details on sign request page
* Center details coming from dapp
* Remove request event state from request context
* Add url scheme and linking
* Pass account to sign request page
* Provide functionality for accepting or rejecting requests
* Load account state before handling url
* Refactor code
* Make intent work when app is cleared from recents
* Fix bug to populate data from intents
* Fix bug to update data on subsequent requests
* Pass correct network to sign messages from cosmos account
* Fix bug to populate data for incoming intent
* Allow spaces in url
* Bad signature page
* Review changes
* Change page heading
* Use correct regex
* Clean up code
* Use https in url
* Set state properly
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>